Skip to content

Commit

Permalink
Merge pull request #905 from Banno/update-kafka-brokers
Browse files Browse the repository at this point in the history
Update kafka brokers
  • Loading branch information
milessabin authored Aug 1, 2024
2 parents 38d8298 + fdcb516 commit 23b0149
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: '2'
services:
zookeeper:
image: confluentinc/cp-zookeeper:7.3.1
image: confluentinc/cp-zookeeper:7.7.0
hostname: zookeeper
container_name: zookeeper
ports:
Expand All @@ -12,7 +12,7 @@ services:
ZOOKEEPER_TICK_TIME: 2000

broker:
image: confluentinc/cp-enterprise-kafka:7.3.1
image: confluentinc/cp-enterprise-kafka:7.7.0
hostname: broker
container_name: broker
depends_on:
Expand All @@ -37,7 +37,7 @@ services:
CONFLUENT_SUPPORT_CUSTOMER_ID: 'anonymous'

schema-registry:
image: confluentinc/cp-schema-registry:7.3.1
image: confluentinc/cp-schema-registry:7.7.0
hostname: schema-registry
container_name: schema-registry
depends_on:
Expand All @@ -51,7 +51,7 @@ services:
SCHEMA_REGISTRY_LISTENERS: http://0.0.0.0:8081

rest-proxy:
image: confluentinc/cp-kafka-rest:7.3.1
image: confluentinc/cp-kafka-rest:7.7.0
depends_on:
- zookeeper
- broker
Expand Down

0 comments on commit 23b0149

Please sign in to comment.