Skip to content

Commit 9e1ce5a

Browse files
committed
fix example
1 parent f4a4f01 commit 9e1ce5a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Diff for: src/ext-php-simple-kafka-client/docker-compose.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ services:
1515
- ./:/app
1616

1717
zookeeper:
18-
image: confluentinc/cp-zookeeper:7.0.0
18+
image: confluentinc/cp-zookeeper:7.3.2
1919
environment:
2020
ZOOKEEPER_CLIENT_PORT: 2182
2121
ZOOKEEPER_TICK_TIME: 2000
2222

2323
kafka:
24-
image: confluentinc/cp-kafka:7.0.0
24+
image: confluentinc/cp-kafka:7.3.2
2525
depends_on:
2626
- zookeeper
2727
ports:
@@ -37,7 +37,7 @@ services:
3737
KAFKA_TRANSACTION_STATE_LOG_REPLICATION_FACTOR: 1
3838

3939
kafka-schema-registry:
40-
image: confluentinc/cp-schema-registry:7.0.0
40+
image: confluentinc/cp-schema-registry:7.3.2
4141
depends_on:
4242
- zookeeper
4343
- kafka
@@ -46,5 +46,6 @@ services:
4646
environment:
4747
SCHEMA_REGISTRY_HOST_NAME: kafka-schema-registry
4848
SCHEMA_REGISTRY_LISTENERS: "http://0.0.0.0:9083"
49+
SCHEMA_REGISTRY_KAFKASTORE_BOOTSTRAP_SERVERS: 'kafka:9096'
4950
SCHEMA_REGISTRY_KAFKASTORE_CONNECTION_URL: 'zookeeper:2182'
5051
SCHEMA_REGISTRY_AVRO_COMPATIBILITY_LEVEL: 'full_transitive'

0 commit comments

Comments
 (0)