Skip to content

Commit afcfd3e

Browse files
committed
Update Schema Registry hostname
1 parent dbcba07 commit afcfd3e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/docker/docker-compose.ducktape.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: '3'
21
services:
32
kafka:
43
image: confluentinc/cp-kafka:latest
@@ -29,7 +28,7 @@ services:
2928
- "8081:8081"
3029
environment:
3130
SCHEMA_REGISTRY_HOST_NAME: schema-registry
32-
SCHEMA_REGISTRY_KAFKASTORE_BOOTSTRAP_SERVERS: kafka:9092
31+
SCHEMA_REGISTRY_KAFKASTORE_BOOTSTRAP_SERVERS: localhost:9092
3332
SCHEMA_REGISTRY_LISTENERS: http://0.0.0.0:8081
3433
SCHEMA_REGISTRY_KAFKASTORE_TOPIC_REPLICATION_FACTOR: 1
3534
SCHEMA_REGISTRY_DEBUG: 'true'

0 commit comments

Comments
 (0)