Skip to content

Commit 1687c84

Browse files
chore(deps): update confluentinc/cp-kafka docker tag to v7.9.1
1 parent e9437d2 commit 1687c84

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.0
10+
image: confluentinc/cp-kafka:7.9.1
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.0
37+
image: confluentinc/cp-kafka:7.9.1
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.0
64+
image: confluentinc/cp-kafka:7.9.1
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.0
5+
image: confluentinc/cp-kafka:7.9.1
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.0
5+
image: confluentinc/cp-kafka:7.9.1
66
hostname: broker
77
container_name: broker
88
ports:

0 commit comments

Comments
 (0)