We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbd42d0 commit ed774ebCopy full SHA for ed774eb
1 file changed
.github/workflows/test.yml
@@ -29,7 +29,7 @@ jobs:
29
pytest:
30
services:
31
zookeeper:
32
- image: bitnami/zookeeper
+ image: bitnami/zookeeper:3.8.1
33
ports:
34
- 2181:2181
35
env:
@@ -40,7 +40,7 @@ jobs:
40
--health-timeout 5s
41
--health-retries 5
42
kafka:
43
- image: bitnami/kafka
+ image: bitnami/kafka:3.4.1
44
45
- 9092:9092
46
options: >-
@@ -53,6 +53,7 @@ jobs:
53
ALLOW_PLAINTEXT_LISTENER: yes
54
KAFKA_CFG_LISTENERS: PLAINTEXT://:9092
55
KAFKA_CFG_ADVERTISED_LISTENERS: PLAINTEXT://127.0.0.1:9092
56
+ KAFKA_ENABLE_KRAFT: "no"
57
permissions:
58
checks: write
59
pull-requests: write
0 commit comments