Skip to content

Commit 8690a77

Browse files
authored
Update confluent platform to version 7.1.1 (latest) (#107)
1 parent 2ae0f9a commit 8690a77

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.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

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

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.0.1
5+
image: confluentinc/cp-zookeeper:7.1.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.0.1
16+
image: confluentinc/cp-kafka:7.1.1
1717
hostname: kafka1
1818
container_name: kafka1
1919
ports:
@@ -37,7 +37,7 @@ services:
3737
- zoo1
3838

3939
kafka-schema-registry:
40-
image: confluentinc/cp-schema-registry:7.0.1
40+
image: confluentinc/cp-schema-registry:7.1.1
4141
hostname: kafka-schema-registry
4242
container_name: kafka-schema-registry
4343
ports:
@@ -52,7 +52,7 @@ services:
5252

5353

5454
kafka-rest-proxy:
55-
image: confluentinc/cp-kafka-rest:7.0.1
55+
image: confluentinc/cp-kafka-rest:7.1.1
5656
hostname: kafka-rest-proxy
5757
container_name: kafka-rest-proxy
5858
ports:
@@ -70,7 +70,7 @@ services:
7070

7171

7272
kafka-connect:
73-
image: confluentinc/cp-kafka-connect:7.0.1
73+
image: confluentinc/cp-kafka-connect:7.1.1
7474
hostname: kafka-connect
7575
container_name: kafka-connect
7676
ports:
@@ -112,7 +112,7 @@ services:
112112
113113
114114
ksqldb-server:
115-
image: confluentinc/cp-ksqldb-server:7.0.1
115+
image: confluentinc/cp-ksqldb-server:7.1.1
116116
hostname: ksqldb-server
117117
container_name: ksqldb-server
118118
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.0.1
5+
image: confluentinc/cp-zookeeper:7.1.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.0.1
16+
image: confluentinc/cp-zookeeper:7.1.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.0.1
27+
image: confluentinc/cp-zookeeper:7.1.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.0.1
39+
image: confluentinc/cp-kafka:7.1.1
4040
hostname: kafka1
4141
container_name: kafka1
4242
ports:
@@ -56,7 +56,7 @@ services:
5656
- zoo3
5757

5858
kafka2:
59-
image: confluentinc/cp-kafka:7.0.1
59+
image: confluentinc/cp-kafka:7.1.1
6060
hostname: kafka2
6161
container_name: kafka2
6262
ports:
@@ -76,7 +76,7 @@ services:
7676
- zoo3
7777

7878
kafka3:
79-
image: confluentinc/cp-kafka:7.0.1
79+
image: confluentinc/cp-kafka:7.1.1
8080
hostname: kafka3
8181
container_name: kafka3
8282
ports:
@@ -96,7 +96,7 @@ services:
9696
- zoo3
9797

9898
kafka-schema-registry:
99-
image: confluentinc/cp-schema-registry:7.0.1
99+
image: confluentinc/cp-schema-registry:7.1.1
100100
hostname: kafka-schema-registry
101101
container_name: kafka-schema-registry
102102
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.0.1
5+
image: confluentinc/cp-zookeeper:7.1.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.0.1
16+
image: confluentinc/cp-zookeeper:7.1.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.0.1
27+
image: confluentinc/cp-zookeeper:7.1.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.0.1
40+
image: confluentinc/cp-kafka:7.1.1
4141
hostname: kafka1
4242
container_name: kafka1
4343
ports:
@@ -57,7 +57,7 @@ services:
5757
- zoo3
5858

5959
kafka2:
60-
image: confluentinc/cp-kafka:7.0.1
60+
image: confluentinc/cp-kafka:7.1.1
6161
hostname: kafka2
6262
container_name: kafka2
6363
ports:
@@ -77,7 +77,7 @@ services:
7777
- zoo3
7878

7979
kafka3:
80-
image: confluentinc/cp-kafka:7.0.1
80+
image: confluentinc/cp-kafka:7.1.1
8181
hostname: kafka3
8282
container_name: kafka3
8383
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.0.1
5+
image: confluentinc/cp-zookeeper:7.1.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.0.1
16+
image: confluentinc/cp-zookeeper:7.1.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.0.1
27+
image: confluentinc/cp-zookeeper:7.1.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.0.1
39+
image: confluentinc/cp-kafka:7.1.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.0.1
5+
image: confluentinc/cp-zookeeper:7.1.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.0.1
17+
image: confluentinc/cp-kafka:7.1.1
1818
hostname: kafka1
1919
container_name: kafka1
2020
ports:
@@ -32,7 +32,7 @@ services:
3232
- zoo1
3333

3434
kafka2:
35-
image: confluentinc/cp-kafka:7.0.1
35+
image: confluentinc/cp-kafka:7.1.1
3636
hostname: kafka2
3737
container_name: kafka2
3838
ports:
@@ -51,7 +51,7 @@ services:
5151

5252

5353
kafka3:
54-
image: confluentinc/cp-kafka:7.0.1
54+
image: confluentinc/cp-kafka:7.1.1
5555
hostname: kafka3
5656
container_name: kafka3
5757
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.0.1
5+
image: confluentinc/cp-zookeeper:7.1.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.0.1
16+
image: confluentinc/cp-kafka:7.1.1
1717
hostname: kafka1
1818
container_name: kafka1
1919
ports:

0 commit comments

Comments
 (0)