File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 11bootstrap.servers =localhost:9092
2+ # # Optional topic configuration - otherwise default value will be chosen
23# topic=
34
5+ # ##################################################################
46# # Consumer specific properties
7+ # ##################################################################
58group.id =my_group
69auto.offset.reset =earliest
710enable.auto.commit =false
811key.deserializer =org.apache.kafka.common.serialization.StringDeserializer
912value.deserializer =org.apache.kafka.common.serialization.StringDeserializer
1013
14+ # ##################################################################
1115# # Producer specific properties
16+ # ##################################################################
1217acks =1
1318key.serializer =org.apache.kafka.common.serialization.StringSerializer
1419value.serializer =org.apache.kafka.common.serialization.StringSerializer
1520
21+ # ##################################################################
1622# # Optional security options
23+ # ##################################################################
24+ # # SSL credentials
1725# security.protocol=SSL
1826# ssl.protocol=TLSv1.2
27+
1928# ssl.truststore.location=
2029# ssl.truststore.password=
30+
31+ # ssl.keystore.location=
32+ # ssl.keystore.password=
33+ # ssl.keystore.type=PKCS12
34+
35+ # ## Sasl Scram credentials
36+ # sasl.mechanism=SCRAM-SHA-512
37+ # sasl.jaas.config=org.apache.kafka.common.security.scram.ScramLoginModule required username="" password="";
You can’t perform that action at this time.
0 commit comments