Skip to content

Commit 9a95e0f

Browse files
authored
Update Confluent Platform to version 7.2.1 (#115)
1 parent 3c12d9c commit 9a95e0f

7 files changed

+38
-38
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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

2626
For 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
153153
A: 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
...

full-stack.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '2.1'
22

33
services:
44
zoo1:
5-
image: confluentinc/cp-zookeeper:7.2.0
5+
image: confluentinc/cp-zookeeper:7.2.1
66
hostname: zoo1
77
container_name: zoo1
88
ports:
@@ -13,7 +13,7 @@ services:
1313
ZOOKEEPER_SERVERS: zoo1:2888:3888
1414

1515
kafka1:
16-
image: confluentinc/cp-kafka:7.2.0
16+
image: confluentinc/cp-kafka:7.2.1
1717
hostname: kafka1
1818
container_name: kafka1
1919
ports:
@@ -38,7 +38,7 @@ services:
3838
- zoo1
3939

4040
kafka-schema-registry:
41-
image: confluentinc/cp-schema-registry:7.2.0
41+
image: confluentinc/cp-schema-registry:7.2.1
4242
hostname: kafka-schema-registry
4343
container_name: kafka-schema-registry
4444
ports:
@@ -53,7 +53,7 @@ services:
5353

5454

5555
kafka-rest-proxy:
56-
image: confluentinc/cp-kafka-rest:7.2.0
56+
image: confluentinc/cp-kafka-rest:7.2.1
5757
hostname: kafka-rest-proxy
5858
container_name: kafka-rest-proxy
5959
ports:
@@ -71,7 +71,7 @@ services:
7171

7272

7373
kafka-connect:
74-
image: confluentinc/cp-kafka-connect:7.2.0
74+
image: confluentinc/cp-kafka-connect:7.2.1
7575
hostname: kafka-connect
7676
container_name: kafka-connect
7777
ports:
@@ -113,7 +113,7 @@ services:
113113
114114
115115
ksqldb-server:
116-
image: confluentinc/cp-ksqldb-server:7.2.0
116+
image: confluentinc/cp-ksqldb-server:7.2.1
117117
hostname: ksqldb-server
118118
container_name: ksqldb-server
119119
ports:

zk-multiple-kafka-multiple-schema-registry.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '2.1'
22

33
services:
44
zoo1:
5-
image: confluentinc/cp-zookeeper:7.2.0
5+
image: confluentinc/cp-zookeeper:7.2.1
66
hostname: zoo1
77
container_name: zoo1
88
ports:
@@ -13,7 +13,7 @@ services:
1313
ZOOKEEPER_SERVERS: zoo1:2888:3888;zoo2:2888:3888;zoo3:2888:3888
1414

1515
zoo2:
16-
image: confluentinc/cp-zookeeper:7.2.0
16+
image: confluentinc/cp-zookeeper:7.2.1
1717
hostname: zoo2
1818
container_name: zoo2
1919
ports:
@@ -24,7 +24,7 @@ services:
2424
ZOOKEEPER_SERVERS: zoo1:2888:3888;zoo2:2888:3888;zoo3:2888:3888
2525

2626
zoo3:
27-
image: confluentinc/cp-zookeeper:7.2.0
27+
image: confluentinc/cp-zookeeper:7.2.1
2828
hostname: zoo3
2929
container_name: zoo3
3030
ports:
@@ -36,7 +36,7 @@ services:
3636

3737

3838
kafka1:
39-
image: confluentinc/cp-kafka:7.2.0
39+
image: confluentinc/cp-kafka:7.2.1
4040
hostname: kafka1
4141
container_name: kafka1
4242
ports:
@@ -57,7 +57,7 @@ services:
5757
- zoo3
5858

5959
kafka2:
60-
image: confluentinc/cp-kafka:7.2.0
60+
image: confluentinc/cp-kafka:7.2.1
6161
hostname: kafka2
6262
container_name: kafka2
6363
ports:
@@ -78,7 +78,7 @@ services:
7878
- zoo3
7979

8080
kafka3:
81-
image: confluentinc/cp-kafka:7.2.0
81+
image: confluentinc/cp-kafka:7.2.1
8282
hostname: kafka3
8383
container_name: kafka3
8484
ports:
@@ -99,7 +99,7 @@ services:
9999
- zoo3
100100

101101
kafka-schema-registry:
102-
image: confluentinc/cp-schema-registry:7.2.0
102+
image: confluentinc/cp-schema-registry:7.2.1
103103
hostname: kafka-schema-registry
104104
container_name: kafka-schema-registry
105105
depends_on:

zk-multiple-kafka-multiple.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '2.1'
22

33
services:
44
zoo1:
5-
image: confluentinc/cp-zookeeper:7.2.0
5+
image: confluentinc/cp-zookeeper:7.2.1
66
hostname: zoo1
77
container_name: zoo1
88
ports:
@@ -13,7 +13,7 @@ services:
1313
ZOOKEEPER_SERVERS: zoo1:2888:3888;zoo2:2888:3888;zoo3:2888:3888
1414

1515
zoo2:
16-
image: confluentinc/cp-zookeeper:7.2.0
16+
image: confluentinc/cp-zookeeper:7.2.1
1717
hostname: zoo2
1818
container_name: zoo2
1919
ports:
@@ -24,7 +24,7 @@ services:
2424
ZOOKEEPER_SERVERS: zoo1:2888:3888;zoo2:2888:3888;zoo3:2888:3888
2525

2626
zoo3:
27-
image: confluentinc/cp-zookeeper:7.2.0
27+
image: confluentinc/cp-zookeeper:7.2.1
2828
hostname: zoo3
2929
container_name: zoo3
3030
ports:
@@ -37,7 +37,7 @@ services:
3737

3838

3939
kafka1:
40-
image: confluentinc/cp-kafka:7.2.0
40+
image: confluentinc/cp-kafka:7.2.1
4141
hostname: kafka1
4242
container_name: kafka1
4343
ports:
@@ -58,7 +58,7 @@ services:
5858
- zoo3
5959

6060
kafka2:
61-
image: confluentinc/cp-kafka:7.2.0
61+
image: confluentinc/cp-kafka:7.2.1
6262
hostname: kafka2
6363
container_name: kafka2
6464
ports:
@@ -79,7 +79,7 @@ services:
7979
- zoo3
8080

8181
kafka3:
82-
image: confluentinc/cp-kafka:7.2.0
82+
image: confluentinc/cp-kafka:7.2.1
8383
hostname: kafka3
8484
container_name: kafka3
8585
ports:

zk-multiple-kafka-single.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '2.1'
22

33
services:
44
zoo1:
5-
image: confluentinc/cp-zookeeper:7.2.0
5+
image: confluentinc/cp-zookeeper:7.2.1
66
hostname: zoo1
77
container_name: zoo1
88
ports:
@@ -13,7 +13,7 @@ services:
1313
ZOOKEEPER_SERVERS: zoo1:2888:3888;zoo2:2888:3888;zoo3:2888:3888
1414

1515
zoo2:
16-
image: confluentinc/cp-zookeeper:7.2.0
16+
image: confluentinc/cp-zookeeper:7.2.1
1717
hostname: zoo2
1818
container_name: zoo2
1919
ports:
@@ -24,7 +24,7 @@ services:
2424
ZOOKEEPER_SERVERS: zoo1:2888:3888;zoo2:2888:3888;zoo3:2888:3888
2525

2626
zoo3:
27-
image: confluentinc/cp-zookeeper:7.2.0
27+
image: confluentinc/cp-zookeeper:7.2.1
2828
hostname: zoo3
2929
container_name: zoo3
3030
ports:
@@ -36,7 +36,7 @@ services:
3636

3737

3838
kafka1:
39-
image: confluentinc/cp-kafka:7.2.0
39+
image: confluentinc/cp-kafka:7.2.1
4040
hostname: kafka1
4141
container_name: kafka1
4242
ports:

zk-single-kafka-multiple.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '2.1'
22

33
services:
44
zoo1:
5-
image: confluentinc/cp-zookeeper:7.2.0
5+
image: confluentinc/cp-zookeeper:7.2.1
66
hostname: zoo1
77
container_name: zoo1
88
ports:
@@ -14,7 +14,7 @@ services:
1414

1515

1616
kafka1:
17-
image: confluentinc/cp-kafka:7.2.0
17+
image: confluentinc/cp-kafka:7.2.1
1818
hostname: kafka1
1919
container_name: kafka1
2020
ports:
@@ -33,7 +33,7 @@ services:
3333
- zoo1
3434

3535
kafka2:
36-
image: confluentinc/cp-kafka:7.2.0
36+
image: confluentinc/cp-kafka:7.2.1
3737
hostname: kafka2
3838
container_name: kafka2
3939
ports:
@@ -53,7 +53,7 @@ services:
5353

5454

5555
kafka3:
56-
image: confluentinc/cp-kafka:7.2.0
56+
image: confluentinc/cp-kafka:7.2.1
5757
hostname: kafka3
5858
container_name: kafka3
5959
ports:

zk-single-kafka-single.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '2.1'
22

33
services:
44
zoo1:
5-
image: confluentinc/cp-zookeeper:7.2.0
5+
image: confluentinc/cp-zookeeper:7.2.1
66
hostname: zoo1
77
container_name: zoo1
88
ports:
@@ -13,7 +13,7 @@ services:
1313
ZOOKEEPER_SERVERS: zoo1:2888:3888
1414

1515
kafka1:
16-
image: confluentinc/cp-kafka:7.2.0
16+
image: confluentinc/cp-kafka:7.2.1
1717
hostname: kafka1
1818
container_name: kafka1
1919
ports:

0 commit comments

Comments
 (0)