KAFKA_AUTHORIZER_CLASS_NAME: kafka.security.authorizer.AclAuthorizer
KAFKA_ALLOW_EVERYONE_IF_NO_ACL_FOUND: "true"
KAFKA_LISTENER_NAME_BROKER_ENABLED_MECHANISMS: PLAIN
- KAFKA_LISTENER_NAME_BROKER_PLAIN_SASL_JAAS_CONFIG: KafkaServer { org.apache.kafka.common.security.plain.PlainLoginModule required user_broker="geheim" username="broker" password="geheim"; };
+ KAFKA_LISTENER_NAME_BROKER_PLAIN_SASL_JAAS_CONFIG: org.apache.kafka.common.security.plain.PlainLoginModule required user_broker="geheim" username="broker" password="geheim";
KAFKA_SASL_MECHANISM_INTER_BROKER_PROTOCOL: PLAIN
KAFKA_SASL_ENABLED_MECHANISMS: PLAIN, SCRAM-SHA-256, SCRAM-SHA-512
KAFKA_LOG_RETENTION_CHECK_INTERVAL_MS: 1000