Skip to content

Bump confluent stack to 7.9.0 #161

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
12 changes: 6 additions & 6 deletions full-stack.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
zoo1:
image: confluentinc/cp-zookeeper:7.8.0
image: confluentinc/cp-zookeeper:7.9.0
hostname: zoo1
container_name: zoo1
ports:
Expand All @@ -11,7 +11,7 @@ services:
ZOOKEEPER_SERVERS: zoo1:2888:3888

kafka1:
image: confluentinc/cp-kafka:7.8.0
image: confluentinc/cp-kafka:7.9.0
hostname: kafka1
container_name: kafka1
ports:
Expand All @@ -36,7 +36,7 @@ services:
- zoo1

kafka-schema-registry:
image: confluentinc/cp-schema-registry:7.8.0
image: confluentinc/cp-schema-registry:7.9.0
hostname: kafka-schema-registry
container_name: kafka-schema-registry
ports:
Expand All @@ -51,7 +51,7 @@ services:


kafka-rest-proxy:
image: confluentinc/cp-kafka-rest:7.8.0
image: confluentinc/cp-kafka-rest:7.9.0
hostname: kafka-rest-proxy
container_name: kafka-rest-proxy
ports:
Expand All @@ -69,7 +69,7 @@ services:


kafka-connect:
image: confluentinc/cp-kafka-connect:7.8.0
image: confluentinc/cp-kafka-connect:7.9.0
hostname: kafka-connect
container_name: kafka-connect
ports:
Expand Down Expand Up @@ -111,7 +111,7 @@ services:


ksqldb-server:
image: confluentinc/cp-ksqldb-server:7.8.0
image: confluentinc/cp-ksqldb-server:7.9.0
hostname: ksqldb-server
container_name: ksqldb-server
ports:
Expand Down
14 changes: 7 additions & 7 deletions zk-multiple-kafka-multiple-schema-registry.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
zoo1:
image: confluentinc/cp-zookeeper:7.8.0
image: confluentinc/cp-zookeeper:7.9.0
hostname: zoo1
container_name: zoo1
ports:
Expand All @@ -11,7 +11,7 @@ services:
ZOOKEEPER_SERVERS: zoo1:2888:3888;zoo2:2888:3888;zoo3:2888:3888

zoo2:
image: confluentinc/cp-zookeeper:7.8.0
image: confluentinc/cp-zookeeper:7.9.0
hostname: zoo2
container_name: zoo2
ports:
Expand All @@ -22,7 +22,7 @@ services:
ZOOKEEPER_SERVERS: zoo1:2888:3888;zoo2:2888:3888;zoo3:2888:3888

zoo3:
image: confluentinc/cp-zookeeper:7.8.0
image: confluentinc/cp-zookeeper:7.9.0
hostname: zoo3
container_name: zoo3
ports:
Expand All @@ -34,7 +34,7 @@ services:


kafka1:
image: confluentinc/cp-kafka:7.8.0
image: confluentinc/cp-kafka:7.9.0
hostname: kafka1
container_name: kafka1
ports:
Expand All @@ -55,7 +55,7 @@ services:
- zoo3

kafka2:
image: confluentinc/cp-kafka:7.8.0
image: confluentinc/cp-kafka:7.9.0
hostname: kafka2
container_name: kafka2
ports:
Expand All @@ -76,7 +76,7 @@ services:
- zoo3

kafka3:
image: confluentinc/cp-kafka:7.8.0
image: confluentinc/cp-kafka:7.9.0
hostname: kafka3
container_name: kafka3
ports:
Expand All @@ -97,7 +97,7 @@ services:
- zoo3

kafka-schema-registry:
image: confluentinc/cp-schema-registry:7.8.0
image: confluentinc/cp-schema-registry:7.9.0
hostname: kafka-schema-registry
container_name: kafka-schema-registry
depends_on:
Expand Down
12 changes: 6 additions & 6 deletions zk-multiple-kafka-multiple.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
zoo1:
image: confluentinc/cp-zookeeper:7.8.0
image: confluentinc/cp-zookeeper:7.9.0
hostname: zoo1
container_name: zoo1
ports:
Expand All @@ -11,7 +11,7 @@ services:
ZOOKEEPER_SERVERS: zoo1:2888:3888;zoo2:2888:3888;zoo3:2888:3888

zoo2:
image: confluentinc/cp-zookeeper:7.8.0
image: confluentinc/cp-zookeeper:7.9.0
hostname: zoo2
container_name: zoo2
ports:
Expand All @@ -22,7 +22,7 @@ services:
ZOOKEEPER_SERVERS: zoo1:2888:3888;zoo2:2888:3888;zoo3:2888:3888

zoo3:
image: confluentinc/cp-zookeeper:7.8.0
image: confluentinc/cp-zookeeper:7.9.0
hostname: zoo3
container_name: zoo3
ports:
Expand All @@ -35,7 +35,7 @@ services:


kafka1:
image: confluentinc/cp-kafka:7.8.0
image: confluentinc/cp-kafka:7.9.0
hostname: kafka1
container_name: kafka1
ports:
Expand All @@ -56,7 +56,7 @@ services:
- zoo3

kafka2:
image: confluentinc/cp-kafka:7.8.0
image: confluentinc/cp-kafka:7.9.0
hostname: kafka2
container_name: kafka2
ports:
Expand All @@ -77,7 +77,7 @@ services:
- zoo3

kafka3:
image: confluentinc/cp-kafka:7.8.0
image: confluentinc/cp-kafka:7.9.0
hostname: kafka3
container_name: kafka3
ports:
Expand Down
8 changes: 4 additions & 4 deletions zk-multiple-kafka-single.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
zoo1:
image: confluentinc/cp-zookeeper:7.8.0
image: confluentinc/cp-zookeeper:7.9.0
hostname: zoo1
container_name: zoo1
ports:
Expand All @@ -11,7 +11,7 @@ services:
ZOOKEEPER_SERVERS: zoo1:2888:3888;zoo2:2888:3888;zoo3:2888:3888

zoo2:
image: confluentinc/cp-zookeeper:7.8.0
image: confluentinc/cp-zookeeper:7.9.0
hostname: zoo2
container_name: zoo2
ports:
Expand All @@ -22,7 +22,7 @@ services:
ZOOKEEPER_SERVERS: zoo1:2888:3888;zoo2:2888:3888;zoo3:2888:3888

zoo3:
image: confluentinc/cp-zookeeper:7.8.0
image: confluentinc/cp-zookeeper:7.9.0
hostname: zoo3
container_name: zoo3
ports:
Expand All @@ -34,7 +34,7 @@ services:


kafka1:
image: confluentinc/cp-kafka:7.8.0
image: confluentinc/cp-kafka:7.9.0
hostname: kafka1
container_name: kafka1
ports:
Expand Down
8 changes: 4 additions & 4 deletions zk-single-kafka-multiple.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
zoo1:
image: confluentinc/cp-zookeeper:7.8.0
image: confluentinc/cp-zookeeper:7.9.0
hostname: zoo1
container_name: zoo1
ports:
Expand All @@ -12,7 +12,7 @@ services:


kafka1:
image: confluentinc/cp-kafka:7.8.0
image: confluentinc/cp-kafka:7.9.0
hostname: kafka1
container_name: kafka1
ports:
Expand All @@ -31,7 +31,7 @@ services:
- zoo1

kafka2:
image: confluentinc/cp-kafka:7.8.0
image: confluentinc/cp-kafka:7.9.0
hostname: kafka2
container_name: kafka2
ports:
Expand All @@ -51,7 +51,7 @@ services:


kafka3:
image: confluentinc/cp-kafka:7.8.0
image: confluentinc/cp-kafka:7.9.0
hostname: kafka3
container_name: kafka3
ports:
Expand Down
4 changes: 2 additions & 2 deletions zk-single-kafka-single.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
zoo1:
image: confluentinc/cp-zookeeper:7.8.0
image: confluentinc/cp-zookeeper:7.9.0
hostname: zoo1
container_name: zoo1
ports:
Expand All @@ -11,7 +11,7 @@ services:
ZOOKEEPER_SERVERS: zoo1:2888:3888

kafka1:
image: confluentinc/cp-kafka:7.8.0
image: confluentinc/cp-kafka:7.9.0
hostname: kafka1
container_name: kafka1
ports:
Expand Down