Skip to content

Commit

Permalink
Kafka ui w/o zookeeper
Browse files Browse the repository at this point in the history
  • Loading branch information
lrskyum committed Jan 5, 2025
1 parent 1c378c6 commit ad3f6ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ services:
KAFKA_CFG_LISTENER_SECURITY_PROTOCOL_MAP: CONTROLLER:PLAINTEXT,PLAINTEXT:PLAINTEXT
KAFKA_CFG_CONTROLLER_QUORUM_VOTERS: 0@kafka:9093
KAFKA_CFG_CONTROLLER_LISTENER_NAMES: CONTROLLER
ports:
- "9092:9092"
- "9093:9093"
volumes:
- ./volumes/kafka/data:/bitnami/kafka/data
- ./volumes/kafka/config:/bitnami/kafka/config
Expand All @@ -24,7 +27,6 @@ services:
environment:
KAFKA_CLUSTERS_0_NAME: local
KAFKA_CLUSTERS_0_BOOTSTRAPSERVERS: kafka:9092
KAFKA_CLUSTERS_0_ZOOKEEPER: zookeeper:2181
depends_on:
- kafka
networks:
Expand Down

0 comments on commit ad3f6ce

Please sign in to comment.