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 e82460b commit d7997a9Copy full SHA for d7997a9
spring-kafka-example/compose.yaml
@@ -22,7 +22,7 @@ services:
22
- kafka-net
23
24
kafka:
25
- image: apache/kafka:4.0.0
+ image: apache/kafka:4.1.0
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