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

Rest proxy updates: zookeeper configuration and service name #181

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions avro-tools/avro-tools-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ data:
listeners=http://0.0.0.0:80
bootstrap.servers=PLAINTEXT://bootstrap.kafka:9092
schema.registry.url=http://avro-schemas.kafka:80
zookeeper.connect=zookeeper.kafka:2181

# https://github.com/Landoop/kafka-topics-ui#common-issues
access.control.allow.methods=GET,POST,PUT,DELETE,OPTIONS
Expand Down
2 changes: 1 addition & 1 deletion avro-tools/test/70rest-test1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
image: solsson/curl@sha256:523319afd39573746e8f5a7c98d4a6cd4b8cbec18b41eb30c8baa13ede120ce3
env:
- name: REST
value: http://rest.kafka.svc.cluster.local
value: http://avro-rest.kafka.svc.cluster.local
- name: TOPIC
value: test1
command:
Expand Down