Skip to content

Commit c26aef5

Browse files
Update compose.yaml
1 parent 3676921 commit c26aef5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-kafka-example/compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ services:
1818
- '2181:2181'
1919

2020
kafka:
21-
image: confluentinc/cp-kafka:7.2.1
21+
image: confluentinc/cp-kafka:7.4.0
2222
depends_on:
2323
- zookeeper
2424
ports:
@@ -30,4 +30,4 @@ services:
3030
KAFKA_ADVERTISED_LISTENERS: PLAINTEXT://kafka:9092,PLAINTEXT_HOST://localhost:29092
3131
KAFKA_LISTENER_SECURITY_PROTOCOL_MAP: PLAINTEXT:PLAINTEXT,PLAINTEXT_HOST:PLAINTEXT
3232
KAFKA_INTER_BROKER_LISTENER_NAME: PLAINTEXT
33-
KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR: 1
33+
KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR: 1

0 commit comments

Comments
 (0)