From 13cb8f4919c7e02eeb037dcb6ee182e52ceb81f2 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Sun, 25 May 2025 19:35:34 +0200 Subject: [PATCH] TODO --- docker-compose.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index c762053..abe9155 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -35,7 +35,7 @@ services: user_producer="producerpw" \ user_consumer="consumerpw" \ username="broker" \ - password="brokerpw"; \ + password="brokerpw"; KAFKA_LISTENER_NAME_DOCKER_SASL_ENABLED_MECHANISMS: PLAIN KAFKA_LISTENER_NAME_DOCKER_PLAIN_SASL_JAAS_CONFIG: | org.apache.kafka.common.security.plain.PlainLoginModule required \ @@ -43,7 +43,7 @@ services: user_producer="producerpw" \ user_consumer="consumerpw" \ username="broker" \ - password="brokerpw"; \ + password="brokerpw"; KAFKA_LISTENER_NAME_LOCALHOST_SASL_ENABLED_MECHANISMS: PLAIN KAFKA_LISTENER_NAME_LOCALHOST_PLAIN_SASL_JAAS_CONFIG: | org.apache.kafka.common.security.plain.PlainLoginModule required \ @@ -51,7 +51,7 @@ services: user_producer="producerpw" \ user_consumer="consumerpw" \ username="broker" \ - password="brokerpw"; \ + password="brokerpw"; KAFKA_SASL_MECHANISM_INTER_BROKER_PROTOCOL: PLAIN KAFKA_SASL_ENABLED_MECHANISMS: PLAIN, SCRAM-SHA-256, SCRAM-SHA-512 KAFKA_LOG_RETENTION_CHECK_INTERVAL_MS: 10000 @@ -92,7 +92,7 @@ services: user_producer="producerpw" \ user_consumer="consumerpw" \ username="broker" \ - password="brokerpw"; \ + password="brokerpw"; KAFKA_LISTENER_NAME_DOCKER_SASL_ENABLED_MECHANISMS: PLAIN KAFKA_LISTENER_NAME_DOCKER_PLAIN_SASL_JAAS_CONFIG: | org.apache.kafka.common.security.plain.PlainLoginModule required \ @@ -100,7 +100,7 @@ services: user_producer="producerpw" \ user_consumer="consumerpw" \ username="broker" \ - password="brokerpw"; \ + password="brokerpw"; KAFKA_LISTENER_NAME_LOCALHOST_SASL_ENABLED_MECHANISMS: PLAIN KAFKA_LISTENER_NAME_LOCALHOST_PLAIN_SASL_JAAS_CONFIG: | org.apache.kafka.common.security.plain.PlainLoginModule required \ @@ -108,7 +108,7 @@ services: user_producer="producerpw" \ user_consumer="consumerpw" \ username="broker" \ - password="brokerpw"; \ + password="brokerpw"; KAFKA_SASL_MECHANISM_INTER_BROKER_PROTOCOL: PLAIN KAFKA_SASL_ENABLED_MECHANISMS: PLAIN, SCRAM-SHA-256, SCRAM-SHA-512 KAFKA_LOG_RETENTION_CHECK_INTERVAL_MS: 10000 @@ -154,7 +154,7 @@ services: user_producer="producerpw" \ user_consumer="consumerpw" \ username="broker" \ - password="brokerpw"; \ + password="brokerpw"; KAFKA_LISTENER_NAME_DOCKER_SASL_ENABLED_MECHANISMS: PLAIN KAFKA_LISTENER_NAME_DOCKER_PLAIN_SASL_JAAS_CONFIG: | org.apache.kafka.common.security.plain.PlainLoginModule required \ @@ -162,7 +162,7 @@ services: user_producer="producerpw" \ user_consumer="consumerpw" \ username="broker" \ - password="brokerpw"; \ + password="brokerpw"; KAFKA_LISTENER_NAME_LOCALHOST_SASL_ENABLED_MECHANISMS: PLAIN KAFKA_LISTENER_NAME_LOCALHOST_PLAIN_SASL_JAAS_CONFIG: | org.apache.kafka.common.security.plain.PlainLoginModule required \ @@ -170,7 +170,7 @@ services: user_producer="producerpw" \ user_consumer="consumerpw" \ username="broker" \ - password="brokerpw"; \ + password="brokerpw"; KAFKA_SASL_MECHANISM_INTER_BROKER_PROTOCOL: PLAIN KAFKA_SASL_ENABLED_MECHANISMS: PLAIN, SCRAM-SHA-256, SCRAM-SHA-512 KAFKA_LOG_RETENTION_CHECK_INTERVAL_MS: 10000 -- 2.20.1