diff --git a/spring-kafka-example/compose.yaml b/spring-kafka-example/compose.yaml index dfc6951..64c6608 100644 --- a/spring-kafka-example/compose.yaml +++ b/spring-kafka-example/compose.yaml @@ -10,7 +10,7 @@ services: SPRING_PROFILES_ACTIVE: "default" zookeeper: - image: confluentinc/cp-zookeeper:7.4.0 + image: confluentinc/cp-zookeeper:7.9.2 environment: ZOOKEEPER_CLIENT_PORT: 2181 ZOOKEEPER_TICK_TIME: 2000