Skip to content

Commit

Permalink
Update producer.config
Browse files Browse the repository at this point in the history
  • Loading branch information
spelluru committed Aug 29, 2018
1 parent 68bc4d6 commit d235652
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bootstrap.servers={YOUR.EVENTHUBS.FQDN}:9093
bootstrap.servers=sb://<EVENT HUB NAMESPACE>.servicebus.windows.net:9093
security.protocol=SASL_SSL
sasl.mechanism=PLAIN
sasl.jaas.config=org.apache.kafka.common.security.plain.PlainLoginModule required username="$ConnectionString" password="{YOUR.EVENTHUBS.CONNECTION.STRING}";
sasl.jaas.config=org.apache.kafka.common.security.plain.PlainLoginModule required username="$ConnectionString" password="{YOUR.EVENTHUBS.CONNECTION.STRING}";

0 comments on commit d235652

Please sign in to comment.