Skip to content

Commit

Permalink
feat(jikkou): allow to override bootstrap.servers using env variable (#…
Browse files Browse the repository at this point in the history
…62)

This commit allows to set the bootstrap.servers used for configuring
the Kafka AdminClient using environment variable JIKKOU_DEFAULT_KAFKA_BOOTSTRAP_SERVERS

Resolves: #62
  • Loading branch information
fhussonnois committed Nov 23, 2021
1 parent b318a1b commit 9cc7f80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/reference.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
jikkou {
adminClient {
bootstrap.servers = "localhost:9092"
bootstrap.servers = ${?JIKKOU_DEFAULT_KAFKA_BOOTSTRAP_SERVERS}
}

templating {
Expand Down

0 comments on commit 9cc7f80

Please sign in to comment.