Skip to content

Commit

Permalink
upgrade to Confluent Platform 7.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davetroiano committed May 11, 2023
1 parent 450a9a1 commit 972ca29
Show file tree
Hide file tree
Showing 73 changed files with 184 additions and 182 deletions.
38 changes: 20 additions & 18 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,27 +24,29 @@ global_job_config:
- sudo update-alternatives --install /usr/bin/gradle gradle ~/.gradle/gradle-7.5.1/bin/gradle
10
- |
if ! cache has_key cp-7.3.0-images; then
docker pull confluentinc/cp-kafka:7.3.0
docker pull confluentinc/cp-zookeeper:7.3.0
docker pull confluentinc/cp-schema-registry:7.3.0
docker pull confluentinc/cp-kafka-connect-base:7.3.0
docker pull confluentinc/cp-server-connect-base:7.3.0
docker pull confluentinc/ksqldb-server:0.28.2
docker pull confluentinc/ksqldb-cli:0.28.2
docker save confluentinc/cp-kafka:7.3.0 \
confluentinc/cp-zookeeper:7.3.0 \
confluentinc/cp-schema-registry:7.3.0 \
confluentinc/cp-kafka-connect-base:7.3.0 \
confluentinc/cp-server-connect-base:7.3.0 \
confluentinc/ksqldb-server:0.28.2 \
confluentinc/ksqldb-cli:0.28.2 \
cache delete cp-7.3.0-images
cache delete cp-7.4.0-images
if ! cache has_key cp-7.4.0-images; then
docker pull confluentinc/cp-kafka:7.4.0
docker pull confluentinc/cp-zookeeper:7.4.0
docker pull confluentinc/cp-schema-registry:7.4.0
docker pull confluentinc/cp-kafka-connect-base:7.4.0
docker pull confluentinc/cp-server-connect-base:7.4.0
docker pull confluentinc/ksqldb-server:0.29.0
docker pull confluentinc/ksqldb-cli:0.29.0
docker save confluentinc/cp-kafka:7.4.0 \
confluentinc/cp-zookeeper:7.4.0 \
confluentinc/cp-schema-registry:7.4.0 \
confluentinc/cp-kafka-connect-base:7.4.0 \
confluentinc/cp-server-connect-base:7.4.0 \
confluentinc/ksqldb-server:0.29.0 \
confluentinc/ksqldb-cli:0.29.0 \
| gzip > cp.tar.gz
cache store cp-7.3.0-images cp.tar.gz
cache store cp-7.4.0-images cp.tar.gz
rm -f cp.tar.gz
else
docker image inspect confluentinc/cp-kafka:7.3.0 || \
(cache restore cp-7.3.0-images && docker load < cp.tar.gz && rm -f cp.tar.gz)
docker image inspect confluentinc/cp-kafka:7.4.0 || \
(cache restore cp-7.4.0-images && docker load < cp.tar.gz && rm -f cp.tar.gz)
fi
- make install-vault
- . vault-bin/vault-setup
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM confluentinc/cp-server-connect-base:7.3.0
FROM confluentinc/cp-server-connect-base:7.4.0

ENV CONNECT_PLUGIN_PATH="/usr/share/java,/usr/share/confluent-hub-components"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '2'

services:
zookeeper:
image: confluentinc/cp-zookeeper:7.3.0
image: confluentinc/cp-zookeeper:7.4.0
hostname: zookeeper
container_name: zookeeper
ports:
Expand All @@ -13,7 +13,7 @@ services:
ZOOKEEPER_TICK_TIME: 2000

broker:
image: confluentinc/cp-kafka:7.3.0
image: confluentinc/cp-kafka:7.4.0
hostname: broker
container_name: broker
depends_on:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '2'

services:
zookeeper:
image: confluentinc/cp-zookeeper:7.3.0
image: confluentinc/cp-zookeeper:7.4.0
hostname: zookeeper
container_name: zookeeper
ports:
Expand All @@ -13,7 +13,7 @@ services:
ZOOKEEPER_TICK_TIME: 2000

broker:
image: confluentinc/cp-kafka:7.3.0
image: confluentinc/cp-kafka:7.4.0
hostname: broker
container_name: broker
depends_on:
Expand All @@ -30,7 +30,7 @@ services:
KAFKA_TOOLS_LOG4J_LOGLEVEL: ERROR

schema-registry:
image: confluentinc/cp-schema-registry:7.3.0
image: confluentinc/cp-schema-registry:7.4.0
hostname: schema-registry
container_name: schema-registry
depends_on:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '2'

services:
zookeeper:
image: confluentinc/cp-zookeeper:7.3.0
image: confluentinc/cp-zookeeper:7.4.0
hostname: zookeeper
container_name: zookeeper
ports:
Expand All @@ -13,7 +13,7 @@ services:
ZOOKEEPER_TICK_TIME: 2000

broker:
image: confluentinc/cp-kafka:7.3.0
image: confluentinc/cp-kafka:7.4.0
hostname: broker
container_name: broker
depends_on:
Expand All @@ -30,7 +30,7 @@ services:
KAFKA_TOOLS_LOG4J_LOGLEVEL: ERROR

schema-registry:
image: confluentinc/cp-schema-registry:7.3.0
image: confluentinc/cp-schema-registry:7.4.0
hostname: schema-registry
container_name: schema-registry
depends_on:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '2'

services:
zookeeper:
image: confluentinc/cp-zookeeper:7.3.0
image: confluentinc/cp-zookeeper:7.4.0
hostname: zookeeper
container_name: zookeeper
ports:
Expand All @@ -13,7 +13,7 @@ services:
ZOOKEEPER_TICK_TIME: 2000

broker:
image: confluentinc/cp-kafka:7.3.0
image: confluentinc/cp-kafka:7.4.0
hostname: broker
container_name: broker
depends_on:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
version: '3'
services:
zookeeper:
image: confluentinc/cp-zookeeper:7.3.0
image: confluentinc/cp-zookeeper:7.4.0
container_name: zookeeper
environment:
ZOOKEEPER_CLIENT_PORT: 2181
ZOOKEEPER_TICK_TIME: 2000

broker:
image: confluentinc/cp-kafka:7.3.0
image: confluentinc/cp-kafka:7.4.0
container_name: broker
depends_on:
- zookeeper
Expand All @@ -28,7 +28,7 @@ services:
KAFKA_GROUP_INITIAL_REBALANCE_DELAY_MS: 100

schema-registry:
image: confluentinc/cp-schema-registry:7.3.0
image: confluentinc/cp-schema-registry:7.4.0
ports:
- 8081:8081
container_name: schema-registry
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '2'

services:
zookeeper:
image: confluentinc/cp-zookeeper:7.3.0
image: confluentinc/cp-zookeeper:7.4.0
hostname: zookeeper
container_name: zookeeper
ports:
Expand All @@ -13,7 +13,7 @@ services:
ZOOKEEPER_TICK_TIME: 2000

broker:
image: confluentinc/cp-kafka:7.3.0
image: confluentinc/cp-kafka:7.4.0
hostname: broker
container_name: broker
depends_on:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM confluentinc/cp-kafka-connect-base:7.3.0
FROM confluentinc/cp-kafka-connect-base:7.4.0

ENV CONNECT_PLUGIN_PATH="/usr/share/java,/usr/share/confluent-hub-components"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '2'

services:
zookeeper:
image: confluentinc/cp-zookeeper:7.3.0
image: confluentinc/cp-zookeeper:7.4.0
hostname: zookeeper
container_name: zookeeper
ports:
Expand All @@ -13,7 +13,7 @@ services:
ZOOKEEPER_TICK_TIME: 2000

broker:
image: confluentinc/cp-kafka:7.3.0
image: confluentinc/cp-kafka:7.4.0
hostname: broker
container_name: broker
depends_on:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '2'

services:
zookeeper:
image: confluentinc/cp-zookeeper:7.3.0
image: confluentinc/cp-zookeeper:7.4.0
hostname: zookeeper
container_name: zookeeper
ports:
Expand All @@ -13,7 +13,7 @@ services:
ZOOKEEPER_TICK_TIME: 2000

broker:
image: confluentinc/cp-kafka:7.3.0
image: confluentinc/cp-kafka:7.4.0
hostname: broker
container_name: broker
depends_on:
Expand All @@ -31,7 +31,7 @@ services:
KAFKA_GROUP_INITIAL_REBALANCE_DELAY_MS: 0

broker2:
image: confluentinc/cp-kafka:7.3.0
image: confluentinc/cp-kafka:7.4.0
hostname: broker2
container_name: broker2
depends_on:
Expand All @@ -49,7 +49,7 @@ services:
KAFKA_GROUP_INITIAL_REBALANCE_DELAY_MS: 0

schema-registry:
image: confluentinc/cp-schema-registry:7.3.0
image: confluentinc/cp-schema-registry:7.4.0
hostname: schema-registry
container_name: schema-registry
depends_on:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '2'

services:
zookeeper:
image: confluentinc/cp-zookeeper:7.3.0
image: confluentinc/cp-zookeeper:7.4.0
hostname: zookeeper
container_name: zookeeper
ports:
Expand All @@ -13,7 +13,7 @@ services:
ZOOKEEPER_TICK_TIME: 2000

broker:
image: confluentinc/cp-kafka:7.3.0
image: confluentinc/cp-kafka:7.4.0
hostname: broker
container_name: broker
depends_on:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '2'

services:
zookeeper:
image: confluentinc/cp-zookeeper:7.3.0
image: confluentinc/cp-zookeeper:7.4.0
hostname: zookeeper
container_name: zookeeper
ports:
Expand All @@ -13,7 +13,7 @@ services:
ZOOKEEPER_TICK_TIME: 2000

broker:
image: confluentinc/cp-kafka:7.3.0
image: confluentinc/cp-kafka:7.4.0
hostname: broker
container_name: broker
depends_on:
Expand All @@ -30,7 +30,7 @@ services:
KAFKA_TOOLS_LOG4J_LOGLEVEL: ERROR

schema-registry:
image: confluentinc/cp-schema-registry:7.3.0
image: confluentinc/cp-schema-registry:7.4.0
hostname: schema-registry
container_name: schema-registry
depends_on:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '2'

services:
zookeeper:
image: confluentinc/cp-zookeeper:7.3.0
image: confluentinc/cp-zookeeper:7.4.0
hostname: zookeeper
container_name: zookeeper
ports:
Expand All @@ -13,7 +13,7 @@ services:
ZOOKEEPER_TICK_TIME: 2000

broker:
image: confluentinc/cp-kafka:7.3.0
image: confluentinc/cp-kafka:7.4.0
hostname: broker
container_name: broker
depends_on:
Expand All @@ -31,7 +31,7 @@ services:
KAFKA_GROUP_INITIAL_REBALANCE_DELAY_MS: 0

schema-registry:
image: confluentinc/cp-schema-registry:7.3.0
image: confluentinc/cp-schema-registry:7.4.0
hostname: schema-registry
container_name: schema-registry
depends_on:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '2'

services:
zookeeper:
image: confluentinc/cp-zookeeper:7.3.0
image: confluentinc/cp-zookeeper:7.4.0
hostname: zookeeper
container_name: zookeeper
ports:
Expand All @@ -13,7 +13,7 @@ services:
ZOOKEEPER_TICK_TIME: 2000

broker:
image: confluentinc/cp-kafka:7.3.0
image: confluentinc/cp-kafka:7.4.0
hostname: broker
container_name: broker
depends_on:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '2'

services:
zookeeper:
image: confluentinc/cp-zookeeper:7.3.0
image: confluentinc/cp-zookeeper:7.4.0
hostname: zookeeper
container_name: zookeeper
ports:
Expand All @@ -13,7 +13,7 @@ services:
ZOOKEEPER_TICK_TIME: 2000

broker:
image: confluentinc/cp-kafka:7.3.0
image: confluentinc/cp-kafka:7.4.0
hostname: broker
container_name: broker
depends_on:
Expand All @@ -31,7 +31,7 @@ services:
KAFKA_GROUP_INITIAL_REBALANCE_DELAY_MS: 0

schema-registry:
image: confluentinc/cp-schema-registry:7.3.0
image: confluentinc/cp-schema-registry:7.4.0
hostname: schema-registry
container_name: schema-registry
depends_on:
Expand Down
Loading

0 comments on commit 972ca29

Please sign in to comment.