Skip to content

Commit

Permalink
add env vars for kafka.config.topic and instance.id (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
purbon committed Dec 9, 2021
1 parent da986b6 commit 562e148
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ julie {
}
multiple.context.per.dir.enabled = false
kafka.config.topic = "__julieops_commands"
kafka.config.topic = ${?JULIE_KAFKA_CONFIG_TOPIC}
instance.id = ${?JULIE_INSTANCE_ID}
}

confluent {
Expand Down

0 comments on commit 562e148

Please sign in to comment.