Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de16e21 commit 30f347eCopy full SHA for 30f347e
.github/workflows/integration-tests.yml
@@ -104,12 +104,13 @@ jobs:
104
image: bitnami/kafka:3.7
105
ports:
106
- 9092:9092
107
+ options: --topic test-topic
108
env:
- KAFKA_AUTO_CREATE_TOPICS_ENABLE: false
109
- KAFKA_CREATE_TOPICS: 'test-topic:1:1:compact'
110
- KAFKA_ADVERTISED_HOST_NAME: 127.0.0.1
111
- KAFKA_ZOOKEEPER_CONNECT: 'zookeeper:2181'
112
- KAFKA_ADVERTISED_PORT: 9092
+ KAFKA_CFG_AUTO_CREATE_TOPICS_ENABLE: false
+ ALLOW_PLAINTEXT_LISTENER: 'yes'
+ KAFKA_CFG_ADVERTISED_LISTENERS: 'PLAINTEXT://127.0.0.1:9092'
+ KAFKA_CFG_LISTENERS: 'PLAINTEXT://:9092'
113
+ KAFKA_CFG_ZOOKEEPER_CONNECT: 'zookeeper:2181'
114
115
steps:
116
- name: Checkout
0 commit comments