Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP Avoid direct zookeeper access from clients #325

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
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