We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46fc79a commit 308555dCopy full SHA for 308555d
spring-kafka-example/compose.yaml
@@ -22,7 +22,7 @@ services:
22
- kafka-net
23
24
kafka:
25
- image: apache/kafka:4.1.0
+ image: apache/kafka:4.1.1
26
container_name: kafka
27
ports:
28
- "9092:9092"
@@ -44,7 +44,7 @@ services:
44
45
kafka-init:
46
container_name: kafka-init
47
48
depends_on:
49
50
condition: service_started
0 commit comments