@@ -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.2.0 )
19- - Kafka version: 3.2.0 (Confluent 7.2.0 )
20- - Kafka Schema Registry: Confluent 7.2.0
21- - Kafka Rest Proxy: Confluent 7.2.0
22- - Kafka Connect: Confluent 7.2.0
23- - ksqlDB Server: Confluent 7.2.0
18+ - Zookeeper version: 3.6.3 (Confluent 7.2.1 )
19+ - Kafka version: 3.2.0 (Confluent 7.2.1 )
20+ - Kafka Schema Registry: Confluent 7.2.1
21+ - Kafka Rest Proxy: Confluent 7.2.1
22+ - Kafka Connect: Confluent 7.2.1
23+ - ksqlDB Server: Confluent 7.2.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 )
@@ -153,7 +153,7 @@ A: yes. Say you want to change `zoo1` port to `12181` (only relevant lines are s
153153A: yes. Say you want to change ` kafka1 ` port to ` 12345 ` (only relevant lines are shown). Note only ` LISTENER_DOCKER_EXTERNAL ` changes:
154154```
155155 kafka1:
156- image: confluentinc/cp-kafka:7.2.0
156+ image: confluentinc/cp-kafka:7.2.1
157157 hostname: kafka1
158158 ports:
159159 - "12345:12345"
@@ -167,7 +167,7 @@ A: yes. This is for testing only!!! Reduce the KAFKA_LOG_SEGMENT_BYTES to 16MB a
167167
168168```
169169 kafka1:
170- image: confluentinc/cp-kafka:7.2.0
170+ image: confluentinc/cp-kafka:7.2.1
171171 ...
172172 environment:
173173 ...
@@ -183,7 +183,7 @@ For example, if the IP of your machine is `50.10.2.3`, follow the sample mapping
183183
184184```
185185 kafka1:
186- image: confluentinc/cp-kafka:7.2.0
186+ image: confluentinc/cp-kafka:7.2.1
187187 ...
188188 environment:
189189 ...
0 commit comments