Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #4 from lucj/main
Browse files Browse the repository at this point in the history
Remove localhost:9092 listener
  • Loading branch information
cloudnautique authored Jan 29, 2024
2 parents d5a5a2c + 406a936 commit e3d708b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Acornfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ containers: kafka: {
KAFKA_CFG_NODE_ID: "0"
KAFKA_CFG_PROCESS_ROLES: "controller,broker"
KAFKA_CFG_LISTENERS: "PLAINTEXT://:9092,CONTROLLER://:9093,EXTERNAL://:9094"
KAFKA_CFG_ADVERTISED_LISTENERS: "PLAINTEXT://localhost:9092,PLAINTEXT://kafka:9092,EXTERNAL://:9094"
KAFKA_CFG_ADVERTISED_LISTENERS: "PLAINTEXT://kafka:9092,EXTERNAL://:9094"
KAFKA_CFG_LISTENER_SECURITY_PROTOCOL_MAP: "CONTROLLER:PLAINTEXT,EXTERNAL:PLAINTEXT,PLAINTEXT:PLAINTEXT"
KAFKA_CFG_CONTROLLER_QUORUM_VOTERS: "0@kafka:9093"
KAFKA_CFG_CONTROLLER_LISTENER_NAMES: "CONTROLLER"
Expand Down

0 comments on commit e3d708b

Please sign in to comment.