From ea43aa2a9ed97d81ffb8afac2fb4e8b0507008cb Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Sun, 25 May 2025 19:38:43 +0200 Subject: [PATCH] TODO --- docker-compose.yml | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index abe9155..58191d5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -28,7 +28,6 @@ services: KAFKA_SUPER_USERS: User:broker KAFKA_AUTHORIZER_CLASS_NAME: kafka.security.authorizer.AclAuthorizer KAFKA_ALLOW_EVERYONE_IF_NO_ACL_FOUND: "false" - KAFKA_LISTENER_NAME_BROKER_SASL_ENABLED_MECHANISMS: PLAIN KAFKA_LISTENER_NAME_BROKER_PLAIN_SASL_JAAS_CONFIG: | org.apache.kafka.common.security.plain.PlainLoginModule required \ user_broker="brokerpw" \ @@ -36,7 +35,6 @@ services: user_consumer="consumerpw" \ username="broker" \ 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 \ user_broker="brokerpw" \ @@ -44,7 +42,6 @@ services: user_consumer="consumerpw" \ username="broker" \ 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 \ user_broker="brokerpw" \ @@ -53,7 +50,7 @@ services: username="broker" \ password="brokerpw"; KAFKA_SASL_MECHANISM_INTER_BROKER_PROTOCOL: PLAIN - KAFKA_SASL_ENABLED_MECHANISMS: PLAIN, SCRAM-SHA-256, SCRAM-SHA-512 + KAFKA_SASL_ENABLED_MECHANISMS: PLAIN KAFKA_LOG_RETENTION_CHECK_INTERVAL_MS: 10000 KAFKA_LOG4J_LOGGERS: org.apache.kafka.metadata.migration=TRACE, kafka.authorizer.logger=INFO volumes: @@ -85,7 +82,6 @@ services: KAFKA_SUPER_USERS: User:broker KAFKA_AUTHORIZER_CLASS_NAME: kafka.security.authorizer.AclAuthorizer KAFKA_ALLOW_EVERYONE_IF_NO_ACL_FOUND: "false" - KAFKA_LISTENER_NAME_BROKER_SASL_ENABLED_MECHANISMS: PLAIN KAFKA_LISTENER_NAME_BROKER_PLAIN_SASL_JAAS_CONFIG: | org.apache.kafka.common.security.plain.PlainLoginModule required \ user_broker="brokerpw" \ @@ -93,7 +89,6 @@ services: user_consumer="consumerpw" \ username="broker" \ 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 \ user_broker="brokerpw" \ @@ -101,7 +96,6 @@ services: user_consumer="consumerpw" \ username="broker" \ 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 \ user_broker="brokerpw" \ @@ -110,7 +104,7 @@ services: username="broker" \ password="brokerpw"; KAFKA_SASL_MECHANISM_INTER_BROKER_PROTOCOL: PLAIN - KAFKA_SASL_ENABLED_MECHANISMS: PLAIN, SCRAM-SHA-256, SCRAM-SHA-512 + KAFKA_SASL_ENABLED_MECHANISMS: PLAIN KAFKA_LOG_RETENTION_CHECK_INTERVAL_MS: 10000 KAFKA_LOG4J_LOGGERS: org.apache.kafka.metadata.migration=TRACE, kafka.authorizer.logger=INFO volumes: @@ -147,7 +141,6 @@ services: KAFKA_SUPER_USERS: User:broker KAFKA_AUTHORIZER_CLASS_NAME: kafka.security.authorizer.AclAuthorizer KAFKA_ALLOW_EVERYONE_IF_NO_ACL_FOUND: "false" - KAFKA_LISTENER_NAME_BROKER_SASL_ENABLED_MECHANISMS: PLAIN KAFKA_LISTENER_NAME_BROKER_PLAIN_SASL_JAAS_CONFIG: | org.apache.kafka.common.security.plain.PlainLoginModule required \ user_broker="brokerpw" \ @@ -155,7 +148,6 @@ services: user_consumer="consumerpw" \ username="broker" \ 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 \ user_broker="brokerpw" \ @@ -163,7 +155,6 @@ services: user_consumer="consumerpw" \ username="broker" \ 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 \ user_broker="brokerpw" \ @@ -172,7 +163,7 @@ services: username="broker" \ password="brokerpw"; KAFKA_SASL_MECHANISM_INTER_BROKER_PROTOCOL: PLAIN - KAFKA_SASL_ENABLED_MECHANISMS: PLAIN, SCRAM-SHA-256, SCRAM-SHA-512 + KAFKA_SASL_ENABLED_MECHANISMS: PLAIN KAFKA_LOG_RETENTION_CHECK_INTERVAL_MS: 10000 KAFKA_LOG4J_LOGGERS: org.apache.kafka.metadata.migration=TRACE, kafka.authorizer.logger=INFO volumes: -- 2.20.1