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 3676921 commit c26aef5Copy full SHA for c26aef5
spring-kafka-example/compose.yaml
@@ -18,7 +18,7 @@ services:
18
- '2181:2181'
19
20
kafka:
21
- image: confluentinc/cp-kafka:7.2.1
+ image: confluentinc/cp-kafka:7.4.0
22
depends_on:
23
- zookeeper
24
ports:
@@ -30,4 +30,4 @@ services:
30
KAFKA_ADVERTISED_LISTENERS: PLAINTEXT://kafka:9092,PLAINTEXT_HOST://localhost:29092
31
KAFKA_LISTENER_SECURITY_PROTOCOL_MAP: PLAINTEXT:PLAINTEXT,PLAINTEXT_HOST:PLAINTEXT
32
KAFKA_INTER_BROKER_LISTENER_NAME: PLAINTEXT
33
- KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR: 1
+ KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR: 1
0 commit comments