Skip to content

Commit

Permalink
Add the client_id option to /config/config.exs with some commentary
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrusu committed Nov 27, 2019
1 parent 0696c39 commit 3829e3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ config :kafka_ex,
# consumer groups, set this to :no_consumer_group (this is the
# only exception to the requirement that this value be a binary)
consumer_group: "kafka_ex",
# The client_id is the logical grouping of a set of kafka clients.
client_id: "kafka_ex",
# Set this value to true if you do not want the default
# `KafkaEx.Server` worker to start during application start-up -
# i.e., if you want to start your own set of named workers
Expand Down

0 comments on commit 3829e3a

Please sign in to comment.