File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
spring-boot-kafka-avro-consumer/docker
spring-boot-kafka-avro-producer/docker Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ services:
88
88
KAFKA_LOG_DIRS : ' /tmp/kraft-combined-logs'
89
89
90
90
schema-registry :
91
- image : confluentinc/cp-schema-registry:7.9.0
91
+ image : confluentinc/cp-schema-registry:7.9.1
92
92
container_name : schema-registry
93
93
hostname : schema-registry
94
94
ports :
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ services:
32
32
CLUSTER_ID : 4L6g3nShT-eMCtK--X86sw
33
33
34
34
schema-registry :
35
- image : confluentinc/cp-schema-registry:7.9.0
35
+ image : confluentinc/cp-schema-registry:7.9.1
36
36
hostname : schema-registry
37
37
container_name : schema-registry
38
38
depends_on :
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ services:
29
29
CLUSTER_ID : ' 4L6g3nShT-eMCtK--X86sw'
30
30
31
31
schema-registry :
32
- image : confluentinc/cp-schema-registry:7.9.0
32
+ image : confluentinc/cp-schema-registry:7.9.1
33
33
hostname : schema-registry
34
34
container_name : schema-registry
35
35
depends_on :
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ services:
29
29
CLUSTER_ID : ' 4L6g3nShT-eMCtK--X86sw'
30
30
31
31
schema-registry :
32
- image : confluentinc/cp-schema-registry:7.9.0
32
+ image : confluentinc/cp-schema-registry:7.9.1
33
33
hostname : schema-registry
34
34
container_name : schema-registry
35
35
depends_on :
You can’t perform that action at this time.
0 commit comments