Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions kafka/test/produce-consume.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,14 @@ spec:
- name: topic-create
image: solsson/kafka:native-cli@sha256:fbf29c59182fb87921c5199783d2d5796856ecbfe34a9c03eca658b3cf50f3c4
command:
- ./bin/kafka-topics.sh
- --zookeeper
- zookeeper.kafka.svc.cluster.local:2181
- kafka-topics_ifnotexists
- --bootstrap-server
- bootstrap.kafka.svc.cluster.local:9092
- --create
- --if-not-exists
- --topic
- test-produce-consume
- --config
- compression.type=uncompressed
resources:
limits:
cpu: 100m
Expand Down