Skip to content

Commit 69146d2

Browse files
chore(deps): update confluentinc/cp-kafka docker tag to v8
1 parent 2ab2778 commit 69146d2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docker-compose-cluster.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version: '3.9'
77

88
services:
99
kafka1:
10-
image: confluentinc/cp-kafka:7.9.1
10+
image: confluentinc/cp-kafka:8.0.0
1111
container_name: kafka1
1212
hostname: kafka1
1313
ports:
@@ -34,7 +34,7 @@ services:
3434
KAFKA_LOG_DIRS: '/tmp/kraft-combined-logs'
3535

3636
kafka2:
37-
image: confluentinc/cp-kafka:7.9.1
37+
image: confluentinc/cp-kafka:8.0.0
3838
container_name: kafka2
3939
hostname: kafka2
4040
ports:
@@ -61,7 +61,7 @@ services:
6161
KAFKA_LOG_DIRS: '/tmp/kraft-combined-logs'
6262

6363
kafka3:
64-
image: confluentinc/cp-kafka:7.9.1
64+
image: confluentinc/cp-kafka:8.0.0
6565
container_name: kafka3
6666
hostname: kafka3
6767
ports:

kafka-avro/spring-boot-kafka-avro-consumer/docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.9'
22

33
services:
44
kafka:
5-
image: confluentinc/cp-kafka:7.9.1
5+
image: confluentinc/cp-kafka:8.0.0
66
hostname: broker
77
container_name: broker
88
ports:

kafka-avro/spring-boot-kafka-avro-producer/docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.9'
22

33
services:
44
kafka:
5-
image: confluentinc/cp-kafka:7.9.1
5+
image: confluentinc/cp-kafka:8.0.0
66
hostname: broker
77
container_name: broker
88
ports:

0 commit comments

Comments
 (0)