Skip to content

Commit

Permalink
Fix workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentwschau committed Aug 27, 2024
1 parent 00286e0 commit 9ec54d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
image: bitnami/kafka:3.4.0
env:
KAFKA_CFG_ADVERTISED_HOST_NAME: localhost
KAFKA_CFG_ADVERTISED_LISTENERS=PLAINTEXT://kafka:29092,EXTERNAL://localhost:9092
KAFKA_CFG_ADVERTISED_LISTENERS: PLAINTEXT://kafka:29092,EXTERNAL://localhost:9092
ports:
- 9092:9092
init-kafka:
Expand Down

0 comments on commit 9ec54d7

Please sign in to comment.