TODO
authorKai Moritz <kai@juplo.de>
Sun, 25 May 2025 17:35:34 +0000 (19:35 +0200)
committerKai Moritz <kai@juplo.de>
Sun, 25 May 2025 21:32:26 +0000 (23:32 +0200)
docker-compose.yml

index c762053..abe9155 100644 (file)
@@ -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