Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Bump Confluent packages to latest in 5.x #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand All @@ -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
Expand Down Expand Up @@ -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
CONTAINER_HTTP_PORT: 8088