Skip to content

Commit ee3289e

Browse files
committed
updated stack to 3.2.1 and landoop versions
1 parent b65d140 commit ee3289e

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

full-stack.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ services:
1717

1818

1919
kafka1:
20-
image: confluentinc/cp-kafka:3.2.0
20+
image: confluentinc/cp-kafka:3.2.1
2121
hostname: kafka1
2222
ports:
2323
- "9092:9092"
@@ -33,7 +33,7 @@ services:
3333
- zoo1
3434

3535
kafka-schema-registry:
36-
image: confluentinc/cp-schema-registry
36+
image: confluentinc/cp-schema-registry:3.2.1
3737
hostname: kafka-schema-registry
3838
ports:
3939
- "8081:8081"
@@ -46,7 +46,7 @@ services:
4646
- kafka1
4747

4848
schema-registry-ui:
49-
image: landoop/schema-registry-ui:0.9.0
49+
image: landoop/schema-registry-ui:0.9.1
5050
hostname: kafka-schema-registry-ui
5151
ports:
5252
- "8001:8000"
@@ -57,7 +57,7 @@ services:
5757
- kafka-schema-registry
5858

5959
kafka-rest-proxy:
60-
image: confluentinc/cp-kafka-rest:3.2.0
60+
image: confluentinc/cp-kafka-rest:3.2.1
6161
hostname: kafka-rest-proxy
6262
ports:
6363
- "8082:8082"
@@ -72,7 +72,7 @@ services:
7272
- kafka-schema-registry
7373

7474
kafka-topics-ui:
75-
image: landoop/kafka-topics-ui:0.8.2
75+
image: landoop/kafka-topics-ui:0.9.1
7676
hostname: kafka-topics-ui
7777
ports:
7878
- "8000:8000"
@@ -86,7 +86,7 @@ services:
8686
- kafka-rest-proxy
8787

8888
kafka-connect:
89-
image: confluentinc/cp-kafka-connect:3.2.0
89+
image: confluentinc/cp-kafka-connect:3.2.1
9090
hostname: kafka-connect
9191
ports:
9292
- "8083:8083"
@@ -112,7 +112,7 @@ services:
112112
- kafka-rest-proxy
113113

114114
kafka-connect-ui:
115-
image: landoop/kafka-connect-ui:0.8.2
115+
image: landoop/kafka-connect-ui:0.9.2
116116
hostname: kafka-connect-ui
117117
ports:
118118
- "8003:8000"

zk-multiple-kafka-multiple.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ services:
4242

4343

4444
kafka1:
45-
image: confluentinc/cp-kafka:3.2.0
45+
image: confluentinc/cp-kafka:3.2.1
4646
hostname: kafka1
4747
ports:
4848
- "9092:9092"
@@ -60,7 +60,7 @@ services:
6060
- zoo3
6161

6262
kafka2:
63-
image: confluentinc/cp-kafka:3.2.0
63+
image: confluentinc/cp-kafka:3.2.1
6464
hostname: kafka2
6565
ports:
6666
- "9093:9093"
@@ -78,7 +78,7 @@ services:
7878
- zoo3
7979

8080
kafka3:
81-
image: confluentinc/cp-kafka:3.2.0
81+
image: confluentinc/cp-kafka:3.2.1
8282
hostname: kafka3
8383
ports:
8484
- "9094:9094"

zk-multiple-kafka-single.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ services:
4242

4343

4444
kafka1:
45-
image: confluentinc/cp-kafka:3.2.0
45+
image: confluentinc/cp-kafka:3.2.1
4646
hostname: kafka1
4747
ports:
4848
- "9092:9092"

zk-single-kafka-multiple.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services:
1515
- ./zk-single-kafka-multiple/zoo1/datalog:/datalog
1616

1717
kafka1:
18-
image: confluentinc/cp-kafka:3.2.0
18+
image: confluentinc/cp-kafka:3.2.1
1919
hostname: kafka1
2020
ports:
2121
- "9092:9092"
@@ -31,7 +31,7 @@ services:
3131
- zoo1
3232

3333
kafka2:
34-
image: confluentinc/cp-kafka:3.2.0
34+
image: confluentinc/cp-kafka:3.2.1
3535
hostname: kafka2
3636
ports:
3737
- "9093:9093"
@@ -48,7 +48,7 @@ services:
4848

4949

5050
kafka3:
51-
image: confluentinc/cp-kafka:3.2.0
51+
image: confluentinc/cp-kafka:3.2.1
5252
hostname: kafka3
5353
ports:
5454
- "9094:9094"

zk-single-kafka-single.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services:
1515
- ./zk-single-kafka-single/zoo1/datalog:/datalog
1616

1717
kafka1:
18-
image: confluentinc/cp-kafka:3.2.0
18+
image: confluentinc/cp-kafka:3.2.1
1919
hostname: kafka1
2020
ports:
2121
- "9092:9092"

0 commit comments

Comments
 (0)