Skip to content

Commit fc83daa

Browse files
authored
Updated Confluent Platform to 7.3.0 & Conduktor to 1.3.1 (#122)
1 parent 06c889c commit fc83daa

7 files changed

+39
-39
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ This replicates as well as possible real deployment configurations, where you ha
1515

1616
## Stack version
1717

18-
- Conduktor Platform: 1.0.2
19-
- Zookeeper version: 3.6.3 (Confluent 7.2.1)
20-
- Kafka version: 3.2.0 (Confluent 7.2.1)
21-
- Kafka Schema Registry: Confluent 7.2.1
22-
- Kafka Rest Proxy: Confluent 7.2.1
23-
- Kafka Connect: Confluent 7.2.1
24-
- ksqlDB Server: Confluent 7.2.1
18+
- Conduktor Platform: 1.3.0
19+
- Zookeeper version: 3.6.3 (Confluent 7.3.0)
20+
- Kafka version: 3.3.0 (Confluent 7.3.0)
21+
- Kafka Schema Registry: Confluent 7.3.0
22+
- Kafka Rest Proxy: Confluent 7.3.0
23+
- Kafka Connect: Confluent 7.3.0
24+
- ksqlDB Server: Confluent 7.3.0
2525
- Zoonavigator: 1.1.1
2626

2727
For a UI tool to access your local Kafka cluster, use the free version of [Conduktor](https://www.conduktor.io/download)
@@ -68,7 +68,7 @@ password: `admin`
6868
docker-compose -f full-stack.yml up
6969
docker-compose -f full-stack.yml down
7070
```
71-
71+
** Note: if you find that you can not connect to [localhost:8080](http://localhost:8080/) please run `docker-compose -f full-stack.yml build` to rebuild the port mappings.
7272

7373
## Single Zookeeper / Single Kafka
7474

full-stack.yml

Lines changed: 8 additions & 8 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.1
5+
image: confluentinc/cp-zookeeper:7.3.0
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.1
16+
image: confluentinc/cp-kafka:7.3.0
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.1
41+
image: confluentinc/cp-schema-registry:7.3.0
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.1
56+
image: confluentinc/cp-kafka-rest:7.3.0
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.1
74+
image: confluentinc/cp-kafka-connect:7.3.0
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.1
116+
image: confluentinc/cp-ksqldb-server:7.3.0
117117
hostname: ksqldb-server
118118
container_name: ksqldb-server
119119
ports:
@@ -127,9 +127,9 @@ services:
127127
- kafka1
128128

129129
conduktor-platform:
130-
image: conduktor/conduktor-platform:1.0.2
130+
image: conduktor/conduktor-platform:1.3.1
131131
ports:
132-
- 8080:80
132+
- 8080:8080
133133
volumes:
134134
- conduktor_data:/var/conduktor
135135
- type: bind

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.1
5+
image: confluentinc/cp-zookeeper:7.3.0
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.1
16+
image: confluentinc/cp-zookeeper:7.3.0
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.1
27+
image: confluentinc/cp-zookeeper:7.3.0
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.1
39+
image: confluentinc/cp-kafka:7.3.0
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.1
60+
image: confluentinc/cp-kafka:7.3.0
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.1
81+
image: confluentinc/cp-kafka:7.3.0
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.1
102+
image: confluentinc/cp-schema-registry:7.3.0
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.1
5+
image: confluentinc/cp-zookeeper:7.3.0
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.1
16+
image: confluentinc/cp-zookeeper:7.3.0
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.1
27+
image: confluentinc/cp-zookeeper:7.3.0
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.1
40+
image: confluentinc/cp-kafka:7.3.0
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.1
61+
image: confluentinc/cp-kafka:7.3.0
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.1
82+
image: confluentinc/cp-kafka:7.3.0
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.1
5+
image: confluentinc/cp-zookeeper:7.3.0
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.1
16+
image: confluentinc/cp-zookeeper:7.3.0
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.1
27+
image: confluentinc/cp-zookeeper:7.3.0
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.1
39+
image: confluentinc/cp-kafka:7.3.0
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.1
5+
image: confluentinc/cp-zookeeper:7.3.0
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.1
17+
image: confluentinc/cp-kafka:7.3.0
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.1
36+
image: confluentinc/cp-kafka:7.3.0
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.1
56+
image: confluentinc/cp-kafka:7.3.0
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.1
5+
image: confluentinc/cp-zookeeper:7.3.0
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.1
16+
image: confluentinc/cp-kafka:7.3.0
1717
hostname: kafka1
1818
container_name: kafka1
1919
ports:

0 commit comments

Comments
 (0)