From 5cdd5612c86d48ffb47df40889ff76539b055925 Mon Sep 17 00:00:00 2001 From: Olivier Lacan Date: Fri, 1 Dec 2023 17:43:25 -0800 Subject: [PATCH] Bump Confluent packages to latest in 5.x I've had pretty good success with this in ps-dvs-node's docker-compose.yml https://github.com/ps-dev/ps-dvs-node/blob/7f077e59ee2e442b8593fa661c02506913eb7c50/docker-compose.yaml#L18 --- docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 7224846be..23b39b338 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,7 +3,7 @@ version: '3.1' services: zookeeper: - image: confluentinc/cp-zookeeper:5.0.0 + image: confluentinc/cp-zookeeper:5.3.1 environment: ZOOKEEPER_CLIENT_PORT: 2181 ZOOKEEPER_TICK_TIME: 2000 @@ -13,7 +13,7 @@ services: - 2181 kafka: - image: confluentinc/cp-kafka:5.0.0 + image: confluentinc/cp-kafka:5.3.1 depends_on: - zookeeper environment: @@ -38,7 +38,7 @@ services: - 9999 schema-registry: - image: confluentinc/cp-schema-registry:5.0.0 + image: confluentinc/cp-schema-registry:5.3.1 environment: SCHEMA_REGISTRY_KAFKASTORE_CONNECTION_URL: zookeeper:2181 SCHEMA_REGISTRY_HOST_NAME: schema-registry @@ -67,4 +67,4 @@ services: HYDRA_KAFKA_PRODUCER_BOOTSTRAP_SERVERS: kafka:9092 HYDRA_SCHEMA_REGISTRY_URL: http://schema-registry:8081 LOG_LEVEL: debug - CONTAINER_HTTP_PORT: 8088 \ No newline at end of file + CONTAINER_HTTP_PORT: 8088