Skip to content
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