Skip to content

Commit 1e228fd

Browse files
committed
Fix broken yaml configs for docker compose
add cluster id
1 parent bf0e600 commit 1e228fd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

documentation/compose/ui-jmx-secured.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ services:
4949
KAFKA_INTER_BROKER_LISTENER_NAME: 'PLAINTEXT'
5050
KAFKA_CONTROLLER_LISTENER_NAMES: 'CONTROLLER'
5151
KAFKA_LOG_DIRS: '/tmp/kraft-combined-logs'
52+
CLUSTER_ID: 'MkU3OEVBNTcwNTJENDM2Qk'
5253
# CHMOD 700 FOR JMXREMOTE.* FILES
5354
KAFKA_JMX_OPTS: >-
5455
-Dcom.sun.management.jmxremote

documentation/compose/ui-sasl.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,6 @@ services:
4646
KAFKA_LOG_DIRS: '/tmp/kraft-combined-logs'
4747
KAFKA_SECURITY_PROTOCOL: 'SASL_PLAINTEXT'
4848
KAFKA_SUPER_USERS: 'User:admin,User:enzo'
49+
CLUSTER_ID: 'MkU3OEVBNTcwNTJENDM2Qk'
4950
volumes:
5051
- ./jaas:/etc/kafka/jaas

0 commit comments

Comments
 (0)