Skip to content

Commit

Permalink
fix kafka
Browse files Browse the repository at this point in the history
  • Loading branch information
giovannibaratta committed Mar 16, 2024
1 parent da43e4e commit 14f772b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/dev-external-deps/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ services:
# Advertise the external listener on the container's ip address
KAFKA_CFG_ADVERTISED_LISTENERS: BROKER://localhost:9092
KAFKA_CFG_LISTENER_SECURITY_PROTOCOL_MAP: CONTROLLER:PLAINTEXT,BROKER:PLAINTEXT
KAFKA_CFG_CONTROLLER_QUORUM_VOTERS: 0@host.docker.internal:9090
KAFKA_CFG_CONTROLLER_QUORUM_VOTERS: 0@localhost:9090
KAFKA_CFG_CONTROLLER_LISTENER_NAMES: CONTROLLER
KAFKA_CFG_INTER_BROKER_LISTENER_NAME: BROKER
KAFKA_CFG_KAFKA_JMX_PORT: 9997
Expand Down

0 comments on commit 14f772b

Please sign in to comment.