File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
spring-boot-kafka-avro-consumer/docker
spring-boot-kafka-avro-producer/docker Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ version: '3.9'
7
7
8
8
services :
9
9
kafka1 :
10
- image : confluentinc/cp-kafka:7.9.0
10
+ image : confluentinc/cp-kafka:7.9.1
11
11
container_name : kafka1
12
12
hostname : kafka1
13
13
ports :
@@ -34,7 +34,7 @@ services:
34
34
KAFKA_LOG_DIRS : ' /tmp/kraft-combined-logs'
35
35
36
36
kafka2 :
37
- image : confluentinc/cp-kafka:7.9.0
37
+ image : confluentinc/cp-kafka:7.9.1
38
38
container_name : kafka2
39
39
hostname : kafka2
40
40
ports :
@@ -61,7 +61,7 @@ services:
61
61
KAFKA_LOG_DIRS : ' /tmp/kraft-combined-logs'
62
62
63
63
kafka3 :
64
- image : confluentinc/cp-kafka:7.9.0
64
+ image : confluentinc/cp-kafka:7.9.1
65
65
container_name : kafka3
66
66
hostname : kafka3
67
67
ports :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3.9'
2
2
3
3
services :
4
4
kafka :
5
- image : confluentinc/cp-kafka:7.9.0
5
+ image : confluentinc/cp-kafka:7.9.1
6
6
hostname : broker
7
7
container_name : broker
8
8
ports :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3.9'
2
2
3
3
services :
4
4
kafka :
5
- image : confluentinc/cp-kafka:7.9.0
5
+ image : confluentinc/cp-kafka:7.9.1
6
6
hostname : broker
7
7
container_name : broker
8
8
ports :
You can’t perform that action at this time.
0 commit comments