Java quickstart clean up (#21)
* 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:
Родитель
a7aa82dba5
Коммит
f12fdf113d
|
@ -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}";
|
||||
|
|
Загрузка…
Ссылка в новой задаче