We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf0e600 commit 1e228fdCopy full SHA for 1e228fd
documentation/compose/ui-jmx-secured.yml
@@ -49,6 +49,7 @@ services:
49
KAFKA_INTER_BROKER_LISTENER_NAME: 'PLAINTEXT'
50
KAFKA_CONTROLLER_LISTENER_NAMES: 'CONTROLLER'
51
KAFKA_LOG_DIRS: '/tmp/kraft-combined-logs'
52
+ CLUSTER_ID: 'MkU3OEVBNTcwNTJENDM2Qk'
53
# CHMOD 700 FOR JMXREMOTE.* FILES
54
KAFKA_JMX_OPTS: >-
55
-Dcom.sun.management.jmxremote
documentation/compose/ui-sasl.yaml
@@ -46,5 +46,6 @@ services:
46
47
KAFKA_SECURITY_PROTOCOL: 'SASL_PLAINTEXT'
48
KAFKA_SUPER_USERS: 'User:admin,User:enzo'
volumes:
- ./jaas:/etc/kafka/jaas
0 commit comments