We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81f2476 commit af09bddCopy full SHA for af09bdd
examples/simple-consumer.rb
@@ -14,7 +14,7 @@
14
# with e.g. `$stderr` if you want to see what's happening under the hood.
15
logger = Logger.new(StringIO.new)
16
17
-brokers = ENV.fetch("KAFKA_BROKERS")
+brokers = ENV.fetch("KAFKA_BROKERS").split(",")
18
19
# Make sure to create this topic in your Kafka cluster or configure the
20
# cluster to auto-create topics.
0 commit comments