Skip to content

Commit

Permalink
build(deps-dev): update kafka from 7.0.0 to 7.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reidmeyer authored Aug 14, 2024
1 parent ac275ce commit 67e6165
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
version: '3'
services:
zookeeper:
image: "confluentinc/cp-zookeeper:7.0.0"
image: "confluentinc/cp-zookeeper:7.7.0"
hostname: zookeeper
container_name: kstream_zookeeper
ports:
- 32181:32181
environment:
- ZOOKEEPER_CLIENT_PORT=32181
kafka:
image: confluentinc/cp-kafka:7.0.0
image: confluentinc/cp-kafka:7.7.0
hostname: kafka
container_name: kstream_kafka
ports:
Expand Down
4 changes: 2 additions & 2 deletions examples/confluent-example/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
version: '3'
services:
zookeeper:
image: "confluentinc/cp-zookeeper:7.0.0"
image: "confluentinc/cp-zookeeper:7.7.0"
hostname: zookeeper
container_name: zookeeper
ports:
- 32181:32181
environment:
- ZOOKEEPER_CLIENT_PORT=32181
kafka:
image: confluentinc/cp-kafka:7.0.0
image: confluentinc/cp-kafka:7.7.0
hostname: kafka
container_name: kafka
ports:
Expand Down
5 changes: 2 additions & 3 deletions examples/ssl-example/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'
services:

zookeeper:
image: "confluentinc/cp-zookeeper:7.3.0"
image: "confluentinc/cp-zookeeper:7.7.0"
hostname: zookeeper
container_name: zookeeper
ports:
Expand All @@ -13,7 +13,7 @@ services:
volumes:
- ./kafka-certs/server/:/etc/kafka/secrets
- ./kafka-certs/admin/client.properties:/etc/kafka/config/client.properties
image: "confluentinc/cp-kafka:7.3.0"
image: "confluentinc/cp-kafka:7.7.0"
hostname: kafka
container_name: kafka
environment:
Expand Down Expand Up @@ -42,4 +42,3 @@ services:
- "29092:29092"
depends_on:
- zookeeper

0 comments on commit 67e6165

Please sign in to comment.