We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbcba07 commit afcfd3eCopy full SHA for afcfd3e
tests/docker/docker-compose.ducktape.yml
@@ -1,4 +1,3 @@
1
-version: '3'
2
services:
3
kafka:
4
image: confluentinc/cp-kafka:latest
@@ -29,7 +28,7 @@ services:
29
28
- "8081:8081"
30
environment:
31
SCHEMA_REGISTRY_HOST_NAME: schema-registry
32
- SCHEMA_REGISTRY_KAFKASTORE_BOOTSTRAP_SERVERS: kafka:9092
+ SCHEMA_REGISTRY_KAFKASTORE_BOOTSTRAP_SERVERS: localhost:9092
33
SCHEMA_REGISTRY_LISTENERS: http://0.0.0.0:8081
34
SCHEMA_REGISTRY_KAFKASTORE_TOPIC_REPLICATION_FACTOR: 1
35
SCHEMA_REGISTRY_DEBUG: 'true'
0 commit comments