Skip to content

Commit 301cb90

Browse files
committed
updated
1 parent 601a6a1 commit 301cb90

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

spring-kafka/src/main/resources/application-sasl.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ spring:
33
bootstrap-servers: localhost:9092
44
properties:
55
sasl.mechanism: GSSAPI
6-
sasl.kerberos.service.name: kafka
76
sasl.jaas.config: >
87
com.sun.security.auth.module.Krb5LoginModule required
98
useKeyTab=true

spring-kafka/src/test/resources/sasl/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ services:
3737
KAFKA_ADVERTISED_LISTENERS: SASL_PLAINTEXT://localhost:9092
3838
KAFKA_INTER_BROKER_LISTENER_NAME: SASL_PLAINTEXT
3939
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"
4141
KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR: 1
4242
volumes:
4343
- ./config/kafka_server_jaas.conf:/etc/kafka/kafka_server_jaas.conf

0 commit comments

Comments
 (0)