Skip to content

Commit b2abde7

Browse files
author
Petter Graff
committed
Added advertised listener to opening lab
1 parent fa990d4 commit b2abde7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

labs/01-Verify-Installation/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ services:
2020
environment:
2121
- KAFKA_CFG_ZOOKEEPER_CONNECT=host.docker.internal:2181
2222
- ALLOW_PLAINTEXT_LISTENER=yes
23+
- KAFKA_ADVERTISED_LISTENERS=PLAINTEXT://localhost:9092
2324
depends_on:
2425
- zookeeper
2526
networks:

0 commit comments

Comments
 (0)