@@ -15,12 +15,12 @@ This replicates as well as possible real deployment configurations, where you ha
15
15
16
16
## Stack version
17
17
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
24
24
- Zoonavigator: 1.1.1
25
25
26
26
For 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
155
155
A: yes. Say you want to change ` kafka1 ` port to ` 12345 ` (only relevant lines are shown). Note only ` LISTENER_DOCKER_EXTERNAL ` changes:
156
156
```
157
157
kafka1:
158
- image: confluentinc/cp-kafka:7.0 .1
158
+ image: confluentinc/cp-kafka:7.1 .1
159
159
hostname: kafka1
160
160
ports:
161
161
- "12345:12345"
@@ -169,7 +169,7 @@ A: yes. This is for testing only!!! Reduce the KAFKA_LOG_SEGMENT_BYTES to 16MB a
169
169
170
170
```
171
171
kafka1:
172
- image: confluentinc/cp-kafka:7.0 .1
172
+ image: confluentinc/cp-kafka:7.1 .1
173
173
...
174
174
environment:
175
175
...
@@ -185,7 +185,7 @@ For example, if the IP of your machine is `50.10.2.3`, follow the sample mapping
185
185
186
186
```
187
187
kafka1:
188
- image: confluentinc/cp-kafka:7.0 .1
188
+ image: confluentinc/cp-kafka:7.1 .1
189
189
...
190
190
environment:
191
191
...
0 commit comments