Update Confluent to 7.5.0
This commit is contained in:
parent
132d1ae160
commit
80e8ba2b79
15 changed files with 36 additions and 36 deletions
|
@ -29,7 +29,7 @@ services:
|
|||
KAFKA_CLUSTERS_0_KSQLDBSERVER: http://ksqldb:8088
|
||||
|
||||
kafka0:
|
||||
image: confluentinc/cp-kafka:7.2.1
|
||||
image: confluentinc/cp-kafka:7.5.0
|
||||
hostname: kafka0
|
||||
container_name: kafka0
|
||||
healthcheck:
|
||||
|
@ -63,7 +63,7 @@ services:
|
|||
command: "bash -c 'if [ ! -f /tmp/update_run.sh ]; then echo \"ERROR: Did you forget the update_run.sh file that came with this docker-compose.yml file?\" && exit 1 ; else /tmp/update_run.sh && /etc/confluent/docker/run ; fi'"
|
||||
|
||||
schemaregistry0:
|
||||
image: confluentinc/cp-schema-registry:7.2.1
|
||||
image: confluentinc/cp-schema-registry:7.5.0
|
||||
ports:
|
||||
- 8085:8085
|
||||
depends_on:
|
||||
|
@ -122,7 +122,7 @@ services:
|
|||
# AWS_SECRET_ACCESS_KEY: ""
|
||||
|
||||
kafka-init-topics:
|
||||
image: confluentinc/cp-kafka:7.2.1
|
||||
image: confluentinc/cp-kafka:7.5.0
|
||||
volumes:
|
||||
- ./data/message.json:/data/message.json
|
||||
depends_on:
|
||||
|
|
|
@ -3,7 +3,7 @@ version: '2'
|
|||
services:
|
||||
|
||||
kafka1:
|
||||
image: confluentinc/cp-kafka:7.2.1
|
||||
image: confluentinc/cp-kafka:7.5.0
|
||||
hostname: kafka1
|
||||
container_name: kafka1
|
||||
ports:
|
||||
|
@ -31,7 +31,7 @@ services:
|
|||
command: "bash -c 'if [ ! -f /tmp/update_run.sh ]; then echo \"ERROR: Did you forget the update_run.sh file that came with this docker-compose.yml file?\" && exit 1 ; else /tmp/update_run.sh && /etc/confluent/docker/run ; fi'"
|
||||
|
||||
schemaregistry1:
|
||||
image: confluentinc/cp-schema-registry:7.2.1
|
||||
image: confluentinc/cp-schema-registry:7.5.0
|
||||
ports:
|
||||
- 18085:8085
|
||||
depends_on:
|
||||
|
@ -55,7 +55,7 @@ services:
|
|||
SCHEMA_REGISTRY_KAFKASTORE_TOPIC: _schemas
|
||||
|
||||
kafka-init-topics:
|
||||
image: confluentinc/cp-kafka:7.2.1
|
||||
image: confluentinc/cp-kafka:7.5.0
|
||||
volumes:
|
||||
- ./data/message.json:/data/message.json
|
||||
depends_on:
|
||||
|
|
|
@ -39,7 +39,7 @@ services:
|
|||
- ./ssl/kafka.keystore.jks:/kafka.keystore.jks
|
||||
|
||||
kafka0:
|
||||
image: confluentinc/cp-kafka:7.2.1
|
||||
image: confluentinc/cp-kafka:7.5.0
|
||||
hostname: kafka0
|
||||
container_name: kafka0
|
||||
ports:
|
||||
|
@ -80,7 +80,7 @@ services:
|
|||
command: "bash -c 'if [ ! -f /tmp/update_run.sh ]; then echo \"ERROR: Did you forget the update_run.sh file that came with this docker-compose.yml file?\" && exit 1 ; else /tmp/update_run.sh && /etc/confluent/docker/run ; fi'"
|
||||
|
||||
schemaregistry0:
|
||||
image: confluentinc/cp-schema-registry:7.2.1
|
||||
image: confluentinc/cp-schema-registry:7.5.0
|
||||
depends_on:
|
||||
- kafka0
|
||||
environment:
|
||||
|
@ -111,7 +111,7 @@ services:
|
|||
- ./ssl/kafka.keystore.jks:/kafka.keystore.jks
|
||||
|
||||
kafka-connect0:
|
||||
image: confluentinc/cp-kafka-connect:7.2.1
|
||||
image: confluentinc/cp-kafka-connect:7.5.0
|
||||
ports:
|
||||
- 8083:8083
|
||||
depends_on:
|
||||
|
|
|
@ -22,7 +22,7 @@ services:
|
|||
- ./ssl/kafka.keystore.jks:/kafka.keystore.jks
|
||||
|
||||
kafka:
|
||||
image: confluentinc/cp-kafka:7.2.1
|
||||
image: confluentinc/cp-kafka:7.5.0
|
||||
hostname: kafka
|
||||
container_name: kafka
|
||||
ports:
|
||||
|
|
|
@ -27,7 +27,7 @@ services:
|
|||
- 2181:2181
|
||||
|
||||
kafka:
|
||||
image: confluentinc/cp-kafka:7.2.1
|
||||
image: confluentinc/cp-kafka:7.5.0
|
||||
hostname: kafka
|
||||
container_name: kafka
|
||||
ports:
|
||||
|
|
|
@ -24,7 +24,7 @@ services:
|
|||
KAFKA_CLUSTERS_0_AUDIT_CONSOLEAUDITENABLED: 'true'
|
||||
|
||||
kafka0:
|
||||
image: confluentinc/cp-kafka:7.2.1.arm64
|
||||
image: confluentinc/cp-kafka:7.5.0.arm64
|
||||
hostname: kafka0
|
||||
container_name: kafka0
|
||||
ports:
|
||||
|
@ -52,7 +52,7 @@ services:
|
|||
command: "bash -c 'if [ ! -f /tmp/update_run.sh ]; then echo \"ERROR: Did you forget the update_run.sh file that came with this docker-compose.yml file?\" && exit 1 ; else /tmp/update_run.sh && /etc/confluent/docker/run ; fi'"
|
||||
|
||||
schema-registry0:
|
||||
image: confluentinc/cp-schema-registry:7.2.1.arm64
|
||||
image: confluentinc/cp-schema-registry:7.5.0.arm64
|
||||
ports:
|
||||
- 8085:8085
|
||||
depends_on:
|
||||
|
@ -68,7 +68,7 @@ services:
|
|||
SCHEMA_REGISTRY_KAFKASTORE_TOPIC: _schemas
|
||||
|
||||
kafka-connect0:
|
||||
image: confluentinc/cp-kafka-connect:7.2.1.arm64
|
||||
image: confluentinc/cp-kafka-connect:7.5.0.arm64
|
||||
ports:
|
||||
- 8083:8083
|
||||
depends_on:
|
||||
|
@ -93,7 +93,7 @@ services:
|
|||
CONNECT_PLUGIN_PATH: "/usr/share/java,/usr/share/confluent-hub-components"
|
||||
|
||||
kafka-init-topics:
|
||||
image: confluentinc/cp-kafka:7.2.1.arm64
|
||||
image: confluentinc/cp-kafka:7.5.0.arm64
|
||||
volumes:
|
||||
- ./data/message.json:/data/message.json
|
||||
depends_on:
|
||||
|
|
|
@ -19,7 +19,7 @@ services:
|
|||
SPRING_SECURITY_USER_PASSWORD: pass
|
||||
|
||||
kafka:
|
||||
image: confluentinc/cp-kafka:7.2.1
|
||||
image: confluentinc/cp-kafka:7.5.0
|
||||
hostname: kafka
|
||||
container_name: kafka
|
||||
ports:
|
||||
|
|
|
@ -21,7 +21,7 @@ services:
|
|||
KAFKA_CLUSTERS_0_KAFKACONNECT_0_PASSWORD: admin-secret
|
||||
|
||||
kafka0:
|
||||
image: confluentinc/cp-kafka:7.2.1
|
||||
image: confluentinc/cp-kafka:7.5.0
|
||||
hostname: kafka0
|
||||
container_name: kafka0
|
||||
ports:
|
||||
|
@ -50,7 +50,7 @@ services:
|
|||
command: 'bash -c ''if [ ! -f /tmp/update_run.sh ]; then echo "ERROR: Did you forget the update_run.sh file that came with this docker-compose.yml file?" && exit 1 ; else /tmp/update_run.sh && /etc/confluent/docker/run ; fi'''
|
||||
|
||||
schemaregistry0:
|
||||
image: confluentinc/cp-schema-registry:7.2.1
|
||||
image: confluentinc/cp-schema-registry:7.5.0
|
||||
ports:
|
||||
- 8085:8085
|
||||
depends_on:
|
||||
|
@ -69,7 +69,7 @@ services:
|
|||
build:
|
||||
context: ./kafka-connect
|
||||
args:
|
||||
image: confluentinc/cp-kafka-connect:7.2.1
|
||||
image: confluentinc/cp-kafka-connect:7.5.0
|
||||
ports:
|
||||
- 8083:8083
|
||||
depends_on:
|
||||
|
@ -102,7 +102,7 @@ services:
|
|||
# AWS_SECRET_ACCESS_KEY: ""
|
||||
|
||||
kafka-init-topics:
|
||||
image: confluentinc/cp-kafka:7.2.1
|
||||
image: confluentinc/cp-kafka:7.5.0
|
||||
volumes:
|
||||
- ./data/message.json:/data/message.json
|
||||
depends_on:
|
||||
|
|
|
@ -27,7 +27,7 @@ services:
|
|||
- ./jmx/clientkeystore:/jmx/clientkeystore
|
||||
|
||||
kafka0:
|
||||
image: confluentinc/cp-kafka:7.2.1
|
||||
image: confluentinc/cp-kafka:7.5.0
|
||||
hostname: kafka0
|
||||
container_name: kafka0
|
||||
ports:
|
||||
|
|
|
@ -18,7 +18,7 @@ services:
|
|||
DYNAMIC_CONFIG_ENABLED: true # not necessary for sasl auth, added for tests
|
||||
|
||||
kafka:
|
||||
image: confluentinc/cp-kafka:7.2.1
|
||||
image: confluentinc/cp-kafka:7.5.0
|
||||
hostname: kafka
|
||||
container_name: kafka
|
||||
ports:
|
||||
|
|
|
@ -68,7 +68,7 @@ services:
|
|||
- ./proto:/protofiles
|
||||
|
||||
kafka0:
|
||||
image: confluentinc/cp-kafka:7.2.1
|
||||
image: confluentinc/cp-kafka:7.5.0
|
||||
hostname: kafka0
|
||||
container_name: kafka0
|
||||
ports:
|
||||
|
@ -97,7 +97,7 @@ services:
|
|||
command: "bash -c 'if [ ! -f /tmp/update_run.sh ]; then echo \"ERROR: Did you forget the update_run.sh file that came with this docker-compose.yml file?\" && exit 1 ; else /tmp/update_run.sh && /etc/confluent/docker/run ; fi'"
|
||||
|
||||
schemaregistry0:
|
||||
image: confluentinc/cp-schema-registry:7.2.1
|
||||
image: confluentinc/cp-schema-registry:7.5.0
|
||||
ports:
|
||||
- 8085:8085
|
||||
depends_on:
|
||||
|
|
|
@ -3,7 +3,7 @@ version: '2'
|
|||
services:
|
||||
|
||||
kafka0:
|
||||
image: confluentinc/cp-kafka:7.2.1
|
||||
image: confluentinc/cp-kafka:7.5.0
|
||||
hostname: kafka0
|
||||
container_name: kafka0
|
||||
ports:
|
||||
|
|
|
@ -27,7 +27,7 @@ services:
|
|||
DYNAMIC_CONFIG_ENABLED: 'true'
|
||||
|
||||
kafka0:
|
||||
image: confluentinc/cp-kafka:7.2.1
|
||||
image: confluentinc/cp-kafka:7.5.0
|
||||
hostname: kafka0
|
||||
container_name: kafka0
|
||||
ports:
|
||||
|
@ -55,7 +55,7 @@ services:
|
|||
command: "bash -c 'if [ ! -f /tmp/update_run.sh ]; then echo \"ERROR: Did you forget the update_run.sh file that came with this docker-compose.yml file?\" && exit 1 ; else /tmp/update_run.sh && /etc/confluent/docker/run ; fi'"
|
||||
|
||||
kafka1:
|
||||
image: confluentinc/cp-kafka:7.2.1
|
||||
image: confluentinc/cp-kafka:7.5.0
|
||||
hostname: kafka1
|
||||
container_name: kafka1
|
||||
ports:
|
||||
|
@ -83,7 +83,7 @@ services:
|
|||
command: "bash -c 'if [ ! -f /tmp/update_run.sh ]; then echo \"ERROR: Did you forget the update_run.sh file that came with this docker-compose.yml file?\" && exit 1 ; else /tmp/update_run.sh && /etc/confluent/docker/run ; fi'"
|
||||
|
||||
schemaregistry0:
|
||||
image: confluentinc/cp-schema-registry:7.2.1
|
||||
image: confluentinc/cp-schema-registry:7.5.0
|
||||
ports:
|
||||
- 8085:8085
|
||||
depends_on:
|
||||
|
@ -99,7 +99,7 @@ services:
|
|||
SCHEMA_REGISTRY_KAFKASTORE_TOPIC: _schemas
|
||||
|
||||
schemaregistry1:
|
||||
image: confluentinc/cp-schema-registry:7.2.1
|
||||
image: confluentinc/cp-schema-registry:7.5.0
|
||||
ports:
|
||||
- 18085:8085
|
||||
depends_on:
|
||||
|
@ -115,7 +115,7 @@ services:
|
|||
SCHEMA_REGISTRY_KAFKASTORE_TOPIC: _schemas
|
||||
|
||||
kafka-connect0:
|
||||
image: confluentinc/cp-kafka-connect:7.2.1
|
||||
image: confluentinc/cp-kafka-connect:7.5.0
|
||||
ports:
|
||||
- 8083:8083
|
||||
depends_on:
|
||||
|
@ -140,7 +140,7 @@ services:
|
|||
CONNECT_PLUGIN_PATH: "/usr/share/java,/usr/share/confluent-hub-components"
|
||||
|
||||
kafka-init-topics:
|
||||
image: confluentinc/cp-kafka:7.2.1
|
||||
image: confluentinc/cp-kafka:7.5.0
|
||||
volumes:
|
||||
- ./data/message.json:/data/message.json
|
||||
depends_on:
|
||||
|
|
|
@ -3,7 +3,7 @@ version: '2'
|
|||
services:
|
||||
|
||||
zookeeper:
|
||||
image: confluentinc/cp-zookeeper:7.2.1
|
||||
image: confluentinc/cp-zookeeper:7.5.0
|
||||
hostname: zookeeper
|
||||
container_name: zookeeper
|
||||
ports:
|
||||
|
@ -13,7 +13,7 @@ services:
|
|||
ZOOKEEPER_TICK_TIME: 2000
|
||||
|
||||
kafka:
|
||||
image: confluentinc/cp-server:7.2.1
|
||||
image: confluentinc/cp-server:7.5.0
|
||||
hostname: kafka
|
||||
container_name: kafka
|
||||
depends_on:
|
||||
|
@ -36,7 +36,7 @@ services:
|
|||
KAFKA_JMX_HOSTNAME: kafka
|
||||
|
||||
kafka-init-topics:
|
||||
image: confluentinc/cp-kafka:7.2.1
|
||||
image: confluentinc/cp-kafka:7.5.0
|
||||
volumes:
|
||||
- ./data/message.json:/data/message.json
|
||||
depends_on:
|
||||
|
|
|
@ -34,7 +34,7 @@ services:
|
|||
- 10389:10389
|
||||
|
||||
kafka0:
|
||||
image: confluentinc/cp-kafka:7.2.1
|
||||
image: confluentinc/cp-kafka:7.5.0
|
||||
hostname: kafka0
|
||||
container_name: kafka0
|
||||
ports:
|
||||
|
@ -63,7 +63,7 @@ services:
|
|||
command: "bash -c 'if [ ! -f /tmp/update_run.sh ]; then echo \"ERROR: Did you forget the update_run.sh file that came with this docker-compose.yml file?\" && exit 1 ; else /tmp/update_run.sh && /etc/confluent/docker/run ; fi'"
|
||||
|
||||
schemaregistry0:
|
||||
image: confluentinc/cp-schema-registry:7.2.1
|
||||
image: confluentinc/cp-schema-registry:7.5.0
|
||||
ports:
|
||||
- 8085:8085
|
||||
depends_on:
|
||||
|
|
Loading…
Add table
Reference in a new issue