File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 3
3
bootstrap-servers : localhost:9092
4
4
properties :
5
5
sasl.mechanism : GSSAPI
6
- sasl.kerberos.service.name : kafka
7
6
sasl.jaas.config : >
8
7
com.sun.security.auth.module.Krb5LoginModule required
9
8
useKeyTab=true
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ services:
37
37
KAFKA_ADVERTISED_LISTENERS : SASL_PLAINTEXT://localhost:9092
38
38
KAFKA_INTER_BROKER_LISTENER_NAME : SASL_PLAINTEXT
39
39
KAFKA_OPTS : " -Djava.security.auth.login.config=/etc/kafka/kafka_server_jaas.conf"
40
- KAFKA_AUTO_CREATE_TOPICS_ENABLE : true
40
+ KAFKA_AUTO_CREATE_TOPICS_ENABLE : " true"
41
41
KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR : 1
42
42
volumes :
43
43
- ./config/kafka_server_jaas.conf:/etc/kafka/kafka_server_jaas.conf
You can’t perform that action at this time.
0 commit comments