File tree 1 file changed +4
-3
lines changed
src/ext-php-simple-kafka-client
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ services:
15
15
- ./:/app
16
16
17
17
zookeeper :
18
- image : confluentinc/cp-zookeeper:7.0.0
18
+ image : confluentinc/cp-zookeeper:7.3.2
19
19
environment :
20
20
ZOOKEEPER_CLIENT_PORT : 2182
21
21
ZOOKEEPER_TICK_TIME : 2000
22
22
23
23
kafka :
24
- image : confluentinc/cp-kafka:7.0.0
24
+ image : confluentinc/cp-kafka:7.3.2
25
25
depends_on :
26
26
- zookeeper
27
27
ports :
@@ -37,7 +37,7 @@ services:
37
37
KAFKA_TRANSACTION_STATE_LOG_REPLICATION_FACTOR : 1
38
38
39
39
kafka-schema-registry :
40
- image : confluentinc/cp-schema-registry:7.0.0
40
+ image : confluentinc/cp-schema-registry:7.3.2
41
41
depends_on :
42
42
- zookeeper
43
43
- kafka
@@ -46,5 +46,6 @@ services:
46
46
environment :
47
47
SCHEMA_REGISTRY_HOST_NAME : kafka-schema-registry
48
48
SCHEMA_REGISTRY_LISTENERS : " http://0.0.0.0:9083"
49
+ SCHEMA_REGISTRY_KAFKASTORE_BOOTSTRAP_SERVERS : ' kafka:9096'
49
50
SCHEMA_REGISTRY_KAFKASTORE_CONNECTION_URL : ' zookeeper:2182'
50
51
SCHEMA_REGISTRY_AVRO_COMPATIBILITY_LEVEL : ' full_transitive'
You can’t perform that action at this time.
0 commit comments