From 8690a775d4dec2e4e07ef9381535357671d467b4 Mon Sep 17 00:00:00 2001 From: Charles Dufour Date: Mon, 9 May 2022 16:57:13 +0200 Subject: [PATCH] Update confluent platform to version 7.1.1 (latest) (#107) --- README.md | 18 +++++++++--------- full-stack.yml | 12 ++++++------ zk-multiple-kafka-multiple-schema-registry.yml | 14 +++++++------- zk-multiple-kafka-multiple.yml | 12 ++++++------ zk-multiple-kafka-single.yml | 8 ++++---- zk-single-kafka-multiple.yml | 8 ++++---- zk-single-kafka-single.yml | 4 ++-- 7 files changed, 38 insertions(+), 38 deletions(-) diff --git a/README.md b/README.md index 0b12afb..ca99eb7 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,12 @@ This replicates as well as possible real deployment configurations, where you ha ## Stack version - - Zookeeper version: 3.6.3 (Confluent 7.0.1) - - Kafka version: 3.0.x (Confluent 7.0.1) - - Kafka Schema Registry: Confluent 7.0.1 - - Kafka Rest Proxy: Confluent 7.0.1 - - Kafka Connect: Confluent 7.0.1 - - ksqlDB Server: Confluent 7.0.1 + - Zookeeper version: 3.6.3 (Confluent 7.1.1) + - Kafka version: 3.1.0 (Confluent 7.1.1) + - Kafka Schema Registry: Confluent 7.1.1 + - Kafka Rest Proxy: Confluent 7.1.1 + - Kafka Connect: Confluent 7.1.1 + - ksqlDB Server: Confluent 7.1.1 - Zoonavigator: 1.1.1 For a UI tool to access your local Kafka cluster, use the free version of [Conduktor](https://www.conduktor.io/download) @@ -155,7 +155,7 @@ A: yes. Say you want to change `zoo1` port to `12181` (only relevant lines are s A: yes. Say you want to change `kafka1` port to `12345` (only relevant lines are shown). Note only `LISTENER_DOCKER_EXTERNAL` changes: ``` kafka1: - image: confluentinc/cp-kafka:7.0.1 + image: confluentinc/cp-kafka:7.1.1 hostname: kafka1 ports: - "12345:12345" @@ -169,7 +169,7 @@ A: yes. This is for testing only!!! Reduce the KAFKA_LOG_SEGMENT_BYTES to 16MB a ``` kafka1: - image: confluentinc/cp-kafka:7.0.1 + image: confluentinc/cp-kafka:7.1.1 ... environment: ... @@ -185,7 +185,7 @@ For example, if the IP of your machine is `50.10.2.3`, follow the sample mapping ``` kafka1: - image: confluentinc/cp-kafka:7.0.1 + image: confluentinc/cp-kafka:7.1.1 ... environment: ... diff --git a/full-stack.yml b/full-stack.yml index e55bef8..28b24ad 100644 --- a/full-stack.yml +++ b/full-stack.yml @@ -2,7 +2,7 @@ version: '2.1' services: zoo1: - image: confluentinc/cp-zookeeper:7.0.1 + image: confluentinc/cp-zookeeper:7.1.1 hostname: zoo1 container_name: zoo1 ports: @@ -13,7 +13,7 @@ services: ZOOKEEPER_SERVERS: zoo1:2888:3888 kafka1: - image: confluentinc/cp-kafka:7.0.1 + image: confluentinc/cp-kafka:7.1.1 hostname: kafka1 container_name: kafka1 ports: @@ -37,7 +37,7 @@ services: - zoo1 kafka-schema-registry: - image: confluentinc/cp-schema-registry:7.0.1 + image: confluentinc/cp-schema-registry:7.1.1 hostname: kafka-schema-registry container_name: kafka-schema-registry ports: @@ -52,7 +52,7 @@ services: kafka-rest-proxy: - image: confluentinc/cp-kafka-rest:7.0.1 + image: confluentinc/cp-kafka-rest:7.1.1 hostname: kafka-rest-proxy container_name: kafka-rest-proxy ports: @@ -70,7 +70,7 @@ services: kafka-connect: - image: confluentinc/cp-kafka-connect:7.0.1 + image: confluentinc/cp-kafka-connect:7.1.1 hostname: kafka-connect container_name: kafka-connect ports: @@ -112,7 +112,7 @@ services: ksqldb-server: - image: confluentinc/cp-ksqldb-server:7.0.1 + image: confluentinc/cp-ksqldb-server:7.1.1 hostname: ksqldb-server container_name: ksqldb-server ports: diff --git a/zk-multiple-kafka-multiple-schema-registry.yml b/zk-multiple-kafka-multiple-schema-registry.yml index ea483b8..df62a77 100644 --- a/zk-multiple-kafka-multiple-schema-registry.yml +++ b/zk-multiple-kafka-multiple-schema-registry.yml @@ -2,7 +2,7 @@ version: '2.1' services: zoo1: - image: confluentinc/cp-zookeeper:7.0.1 + image: confluentinc/cp-zookeeper:7.1.1 hostname: zoo1 container_name: zoo1 ports: @@ -13,7 +13,7 @@ services: ZOOKEEPER_SERVERS: zoo1:2888:3888;zoo2:2888:3888;zoo3:2888:3888 zoo2: - image: confluentinc/cp-zookeeper:7.0.1 + image: confluentinc/cp-zookeeper:7.1.1 hostname: zoo2 container_name: zoo2 ports: @@ -24,7 +24,7 @@ services: ZOOKEEPER_SERVERS: zoo1:2888:3888;zoo2:2888:3888;zoo3:2888:3888 zoo3: - image: confluentinc/cp-zookeeper:7.0.1 + image: confluentinc/cp-zookeeper:7.1.1 hostname: zoo3 container_name: zoo3 ports: @@ -36,7 +36,7 @@ services: kafka1: - image: confluentinc/cp-kafka:7.0.1 + image: confluentinc/cp-kafka:7.1.1 hostname: kafka1 container_name: kafka1 ports: @@ -56,7 +56,7 @@ services: - zoo3 kafka2: - image: confluentinc/cp-kafka:7.0.1 + image: confluentinc/cp-kafka:7.1.1 hostname: kafka2 container_name: kafka2 ports: @@ -76,7 +76,7 @@ services: - zoo3 kafka3: - image: confluentinc/cp-kafka:7.0.1 + image: confluentinc/cp-kafka:7.1.1 hostname: kafka3 container_name: kafka3 ports: @@ -96,7 +96,7 @@ services: - zoo3 kafka-schema-registry: - image: confluentinc/cp-schema-registry:7.0.1 + image: confluentinc/cp-schema-registry:7.1.1 hostname: kafka-schema-registry container_name: kafka-schema-registry depends_on: diff --git a/zk-multiple-kafka-multiple.yml b/zk-multiple-kafka-multiple.yml index eac031f..af993dc 100644 --- a/zk-multiple-kafka-multiple.yml +++ b/zk-multiple-kafka-multiple.yml @@ -2,7 +2,7 @@ version: '2.1' services: zoo1: - image: confluentinc/cp-zookeeper:7.0.1 + image: confluentinc/cp-zookeeper:7.1.1 hostname: zoo1 container_name: zoo1 ports: @@ -13,7 +13,7 @@ services: ZOOKEEPER_SERVERS: zoo1:2888:3888;zoo2:2888:3888;zoo3:2888:3888 zoo2: - image: confluentinc/cp-zookeeper:7.0.1 + image: confluentinc/cp-zookeeper:7.1.1 hostname: zoo2 container_name: zoo2 ports: @@ -24,7 +24,7 @@ services: ZOOKEEPER_SERVERS: zoo1:2888:3888;zoo2:2888:3888;zoo3:2888:3888 zoo3: - image: confluentinc/cp-zookeeper:7.0.1 + image: confluentinc/cp-zookeeper:7.1.1 hostname: zoo3 container_name: zoo3 ports: @@ -37,7 +37,7 @@ services: kafka1: - image: confluentinc/cp-kafka:7.0.1 + image: confluentinc/cp-kafka:7.1.1 hostname: kafka1 container_name: kafka1 ports: @@ -57,7 +57,7 @@ services: - zoo3 kafka2: - image: confluentinc/cp-kafka:7.0.1 + image: confluentinc/cp-kafka:7.1.1 hostname: kafka2 container_name: kafka2 ports: @@ -77,7 +77,7 @@ services: - zoo3 kafka3: - image: confluentinc/cp-kafka:7.0.1 + image: confluentinc/cp-kafka:7.1.1 hostname: kafka3 container_name: kafka3 ports: diff --git a/zk-multiple-kafka-single.yml b/zk-multiple-kafka-single.yml index 73cae64..f5d492e 100644 --- a/zk-multiple-kafka-single.yml +++ b/zk-multiple-kafka-single.yml @@ -2,7 +2,7 @@ version: '2.1' services: zoo1: - image: confluentinc/cp-zookeeper:7.0.1 + image: confluentinc/cp-zookeeper:7.1.1 hostname: zoo1 container_name: zoo1 ports: @@ -13,7 +13,7 @@ services: ZOOKEEPER_SERVERS: zoo1:2888:3888;zoo2:2888:3888;zoo3:2888:3888 zoo2: - image: confluentinc/cp-zookeeper:7.0.1 + image: confluentinc/cp-zookeeper:7.1.1 hostname: zoo2 container_name: zoo2 ports: @@ -24,7 +24,7 @@ services: ZOOKEEPER_SERVERS: zoo1:2888:3888;zoo2:2888:3888;zoo3:2888:3888 zoo3: - image: confluentinc/cp-zookeeper:7.0.1 + image: confluentinc/cp-zookeeper:7.1.1 hostname: zoo3 container_name: zoo3 ports: @@ -36,7 +36,7 @@ services: kafka1: - image: confluentinc/cp-kafka:7.0.1 + image: confluentinc/cp-kafka:7.1.1 hostname: kafka1 container_name: kafka1 ports: diff --git a/zk-single-kafka-multiple.yml b/zk-single-kafka-multiple.yml index 9f192b0..9e49667 100644 --- a/zk-single-kafka-multiple.yml +++ b/zk-single-kafka-multiple.yml @@ -2,7 +2,7 @@ version: '2.1' services: zoo1: - image: confluentinc/cp-zookeeper:7.0.1 + image: confluentinc/cp-zookeeper:7.1.1 hostname: zoo1 container_name: zoo1 ports: @@ -14,7 +14,7 @@ services: kafka1: - image: confluentinc/cp-kafka:7.0.1 + image: confluentinc/cp-kafka:7.1.1 hostname: kafka1 container_name: kafka1 ports: @@ -32,7 +32,7 @@ services: - zoo1 kafka2: - image: confluentinc/cp-kafka:7.0.1 + image: confluentinc/cp-kafka:7.1.1 hostname: kafka2 container_name: kafka2 ports: @@ -51,7 +51,7 @@ services: kafka3: - image: confluentinc/cp-kafka:7.0.1 + image: confluentinc/cp-kafka:7.1.1 hostname: kafka3 container_name: kafka3 ports: diff --git a/zk-single-kafka-single.yml b/zk-single-kafka-single.yml index 63870cc..ab67625 100644 --- a/zk-single-kafka-single.yml +++ b/zk-single-kafka-single.yml @@ -2,7 +2,7 @@ version: '2.1' services: zoo1: - image: confluentinc/cp-zookeeper:7.0.1 + image: confluentinc/cp-zookeeper:7.1.1 hostname: zoo1 container_name: zoo1 ports: @@ -13,7 +13,7 @@ services: ZOOKEEPER_SERVERS: zoo1:2888:3888 kafka1: - image: confluentinc/cp-kafka:7.0.1 + image: confluentinc/cp-kafka:7.1.1 hostname: kafka1 container_name: kafka1 ports: