11version : ' 3.7'
22services :
33 zookeeper-1 :
4- image : ' confluentinc/cp-zookeeper:${CONFLUENT_PLATFORM_VERSION:-6.2 .0}'
4+ image : ' confluentinc/cp-zookeeper:${CONFLUENT_PLATFORM_VERSION:-7.0 .0}'
55 restart : always
66 environment :
77 ZOOKEEPER_SERVER_ID : ' 1'
@@ -13,7 +13,7 @@ services:
1313 ZOOKEEPER_SYNC_LIMIT : ' 5'
1414 ZOOKEEPER_MAX_CLIENT_CONNS : ' 0'
1515 zookeeper-2 :
16- image : ' confluentinc/cp-zookeeper:${CONFLUENT_PLATFORM_VERSION:-6.2 .0}'
16+ image : ' confluentinc/cp-zookeeper:${CONFLUENT_PLATFORM_VERSION:-7.0 .0}'
1717 restart : always
1818 environment :
1919 ZOOKEEPER_SERVER_ID : ' 2'
@@ -25,7 +25,7 @@ services:
2525 ZOOKEEPER_SYNC_LIMIT : ' 5'
2626 ZOOKEEPER_MAX_CLIENT_CONNS : ' 0'
2727 zookeeper-3 :
28- image : ' confluentinc/cp-zookeeper:${CONFLUENT_PLATFORM_VERSION:-6.2 .0}'
28+ image : ' confluentinc/cp-zookeeper:${CONFLUENT_PLATFORM_VERSION:-7.0 .0}'
2929 restart : always
3030 environment :
3131 ZOOKEEPER_SERVER_ID : ' 3'
@@ -37,7 +37,7 @@ services:
3737 ZOOKEEPER_SYNC_LIMIT : ' 5'
3838 ZOOKEEPER_MAX_CLIENT_CONNS : ' 0'
3939 kafka-1 :
40- image : ' confluentinc/cp-kafka:${CONFLUENT_PLATFORM_VERSION:-6.2 .0}'
40+ image : ' confluentinc/cp-kafka:${CONFLUENT_PLATFORM_VERSION:-7.0 .0}'
4141 restart : always
4242 environment :
4343 KAFKA_ZOOKEEPER_CONNECT : ' zookeeper-1:2181,zookeeper-2:2181,zookeeper-3:2181'
@@ -54,7 +54,7 @@ services:
5454 KAFKA_DELETE_TOPIC_ENABLE : ' true'
5555 KAFKA_AUTO_CREATE_TOPICS_ENABLE : ' false'
5656 kafka-2 :
57- image : ' confluentinc/cp-kafka:${CONFLUENT_PLATFORM_VERSION:-6.2 .0}'
57+ image : ' confluentinc/cp-kafka:${CONFLUENT_PLATFORM_VERSION:-7.0 .0}'
5858 restart : always
5959 environment :
6060 KAFKA_ZOOKEEPER_CONNECT : ' zookeeper-1:2181,zookeeper-2:2181,zookeeper-3:2181'
@@ -71,7 +71,7 @@ services:
7171 KAFKA_DELETE_TOPIC_ENABLE : ' true'
7272 KAFKA_AUTO_CREATE_TOPICS_ENABLE : ' false'
7373 kafka-3 :
74- image : ' confluentinc/cp-kafka:${CONFLUENT_PLATFORM_VERSION:-6.2 .0}'
74+ image : ' confluentinc/cp-kafka:${CONFLUENT_PLATFORM_VERSION:-7.0 .0}'
7575 restart : always
7676 environment :
7777 KAFKA_ZOOKEEPER_CONNECT : ' zookeeper-1:2181,zookeeper-2:2181,zookeeper-3:2181'
@@ -88,7 +88,7 @@ services:
8888 KAFKA_DELETE_TOPIC_ENABLE : ' true'
8989 KAFKA_AUTO_CREATE_TOPICS_ENABLE : ' false'
9090 kafka-4 :
91- image : ' confluentinc/cp-kafka:${CONFLUENT_PLATFORM_VERSION:-6.2 .0}'
91+ image : ' confluentinc/cp-kafka:${CONFLUENT_PLATFORM_VERSION:-7.0 .0}'
9292 restart : always
9393 environment :
9494 KAFKA_ZOOKEEPER_CONNECT : ' zookeeper-1:2181,zookeeper-2:2181,zookeeper-3:2181'
@@ -105,7 +105,7 @@ services:
105105 KAFKA_DELETE_TOPIC_ENABLE : ' true'
106106 KAFKA_AUTO_CREATE_TOPICS_ENABLE : ' false'
107107 kafka-5 :
108- image : ' confluentinc/cp-kafka:${CONFLUENT_PLATFORM_VERSION:-6.2 .0}'
108+ image : ' confluentinc/cp-kafka:${CONFLUENT_PLATFORM_VERSION:-7.0 .0}'
109109 restart : always
110110 environment :
111111 KAFKA_ZOOKEEPER_CONNECT : ' zookeeper-1:2181,zookeeper-2:2181,zookeeper-3:2181'
0 commit comments