* Moved the Java classes to the right folders (default package)
* Copied the bootstrap servers line to the producer config as well
This commit is contained in:
Henning Hoefer 2018-11-13 20:58:39 +01:00 коммит произвёл Basil Hariri
Родитель a7aa82dba5
Коммит f12fdf113d
5 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -1,3 +1,4 @@
bootstrap.servers={YOUR.EVENTHUBS.FQDN}: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}";