@@ -15,12 +15,12 @@ This replicates as well as possible real deployment configurations, where you ha
1515
1616## Stack version
1717
18- - Zookeeper version: 3.6.3 (Confluent 7.0 .1)
19- - Kafka version: 3.0.x (Confluent 7.0 .1)
20- - Kafka Schema Registry: Confluent 7.0 .1
21- - Kafka Rest Proxy: Confluent 7.0 .1
22- - Kafka Connect: Confluent 7.0 .1
23- - ksqlDB Server: Confluent 7.0 .1
18+ - Zookeeper version: 3.6.3 (Confluent 7.1 .1)
19+ - Kafka version: 3.1.0 (Confluent 7.1 .1)
20+ - Kafka Schema Registry: Confluent 7.1 .1
21+ - Kafka Rest Proxy: Confluent 7.1 .1
22+ - Kafka Connect: Confluent 7.1 .1
23+ - ksqlDB Server: Confluent 7.1 .1
2424 - Zoonavigator: 1.1.1
2525
2626For a UI tool to access your local Kafka cluster, use the free version of [ Conduktor] ( https://www.conduktor.io/download )
@@ -155,7 +155,7 @@ A: yes. Say you want to change `zoo1` port to `12181` (only relevant lines are s
155155A: yes. Say you want to change ` kafka1 ` port to ` 12345 ` (only relevant lines are shown). Note only ` LISTENER_DOCKER_EXTERNAL ` changes:
156156```
157157 kafka1:
158- image: confluentinc/cp-kafka:7.0 .1
158+ image: confluentinc/cp-kafka:7.1 .1
159159 hostname: kafka1
160160 ports:
161161 - "12345:12345"
@@ -169,7 +169,7 @@ A: yes. This is for testing only!!! Reduce the KAFKA_LOG_SEGMENT_BYTES to 16MB a
169169
170170```
171171 kafka1:
172- image: confluentinc/cp-kafka:7.0 .1
172+ image: confluentinc/cp-kafka:7.1 .1
173173 ...
174174 environment:
175175 ...
@@ -185,7 +185,7 @@ For example, if the IP of your machine is `50.10.2.3`, follow the sample mapping
185185
186186```
187187 kafka1:
188- image: confluentinc/cp-kafka:7.0 .1
188+ image: confluentinc/cp-kafka:7.1 .1
189189 ...
190190 environment:
191191 ...
0 commit comments