updated confluent images versions to 5.2.4 (#226)

This commit is contained in:
Ramazan Yapparov 2021-03-09 16:53:06 +03:00 committed by GitHub
parent a9cb9567d6
commit e29ea3599d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 16 additions and 16 deletions

View file

@ -3,7 +3,7 @@ version: '2'
services: services:
zookeeper0: zookeeper0:
image: confluentinc/cp-zookeeper:5.1.0 image: confluentinc/cp-zookeeper:5.2.4
environment: environment:
ZOOKEEPER_CLIENT_PORT: 2181 ZOOKEEPER_CLIENT_PORT: 2181
ZOOKEEPER_TICK_TIME: 2000 ZOOKEEPER_TICK_TIME: 2000
@ -11,7 +11,7 @@ services:
- 2181:2181 - 2181:2181
kafka0: kafka0:
image: confluentinc/cp-kafka:5.1.0 image: confluentinc/cp-kafka:5.2.4
depends_on: depends_on:
- zookeeper0 - zookeeper0
environment: environment:
@ -28,7 +28,7 @@ services:
- 9997:9997 - 9997:9997
kafka01: kafka01:
image: confluentinc/cp-kafka:5.1.0 image: confluentinc/cp-kafka:5.2.4
depends_on: depends_on:
- zookeeper0 - zookeeper0
environment: environment:
@ -45,7 +45,7 @@ services:
- 9999:9999 - 9999:9999
zookeeper1: zookeeper1:
image: confluentinc/cp-zookeeper:5.1.0 image: confluentinc/cp-zookeeper:5.2.4
environment: environment:
ZOOKEEPER_CLIENT_PORT: 2181 ZOOKEEPER_CLIENT_PORT: 2181
ZOOKEEPER_TICK_TIME: 2000 ZOOKEEPER_TICK_TIME: 2000
@ -53,7 +53,7 @@ services:
- 2182:2181 - 2182:2181
kafka1: kafka1:
image: confluentinc/cp-kafka:5.1.0 image: confluentinc/cp-kafka:5.2.4
depends_on: depends_on:
- zookeeper1 - zookeeper1
environment: environment:
@ -70,7 +70,7 @@ services:
- 9998:9998 - 9998:9998
schemaregistry0: schemaregistry0:
image: confluentinc/cp-schema-registry:5.1.0 image: confluentinc/cp-schema-registry:5.2.4
depends_on: depends_on:
- zookeeper0 - zookeeper0
- kafka0 - kafka0
@ -89,7 +89,7 @@ services:
- 8081:8081 - 8081:8081
kafka-connect0: kafka-connect0:
image: confluentinc/cp-kafka-connect:5.1.0 image: confluentinc/cp-kafka-connect:5.2.4
ports: ports:
- 8083:8083 - 8083:8083
depends_on: depends_on:
@ -115,7 +115,7 @@ services:
kafka-init-topics: kafka-init-topics:
image: confluentinc/cp-kafka:5.1.0 image: confluentinc/cp-kafka:5.2.4
volumes: volumes:
- ./message.json:/data/message.json - ./message.json:/data/message.json
depends_on: depends_on:

View file

@ -31,7 +31,7 @@ services:
KAFKA_CLUSTERS_1_KAFKACONNECT_0_ADDRESS: http://kafka-connect0:8083 KAFKA_CLUSTERS_1_KAFKACONNECT_0_ADDRESS: http://kafka-connect0:8083
zookeeper0: zookeeper0:
image: confluentinc/cp-zookeeper:5.1.0 image: confluentinc/cp-zookeeper:5.2.4
environment: environment:
ZOOKEEPER_CLIENT_PORT: 2181 ZOOKEEPER_CLIENT_PORT: 2181
ZOOKEEPER_TICK_TIME: 2000 ZOOKEEPER_TICK_TIME: 2000
@ -39,7 +39,7 @@ services:
- 2181:2181 - 2181:2181
kafka0: kafka0:
image: confluentinc/cp-kafka:5.1.0 image: confluentinc/cp-kafka:5.2.4
depends_on: depends_on:
- zookeeper0 - zookeeper0
ports: ports:
@ -56,13 +56,13 @@ services:
KAFKA_JMX_OPTS: -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Djava.rmi.server.hostname=kafka0 -Dcom.sun.management.jmxremote.rmi.port=9997 KAFKA_JMX_OPTS: -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Djava.rmi.server.hostname=kafka0 -Dcom.sun.management.jmxremote.rmi.port=9997
zookeeper1: zookeeper1:
image: confluentinc/cp-zookeeper:5.1.0 image: confluentinc/cp-zookeeper:5.2.4
environment: environment:
ZOOKEEPER_CLIENT_PORT: 2181 ZOOKEEPER_CLIENT_PORT: 2181
ZOOKEEPER_TICK_TIME: 2000 ZOOKEEPER_TICK_TIME: 2000
kafka1: kafka1:
image: confluentinc/cp-kafka:5.1.0 image: confluentinc/cp-kafka:5.2.4
depends_on: depends_on:
- zookeeper1 - zookeeper1
ports: ports:
@ -79,7 +79,7 @@ services:
KAFKA_JMX_OPTS: -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Djava.rmi.server.hostname=kafka1 -Dcom.sun.management.jmxremote.rmi.port=9998 KAFKA_JMX_OPTS: -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Djava.rmi.server.hostname=kafka1 -Dcom.sun.management.jmxremote.rmi.port=9998
schemaregistry0: schemaregistry0:
image: confluentinc/cp-schema-registry:5.1.0 image: confluentinc/cp-schema-registry:5.2.4
ports: ports:
- 8085:8085 - 8085:8085
depends_on: depends_on:
@ -97,7 +97,7 @@ services:
SCHEMA_REGISTRY_KAFKASTORE_TOPIC: _schemas SCHEMA_REGISTRY_KAFKASTORE_TOPIC: _schemas
kafka-connect0: kafka-connect0:
image: confluentinc/cp-kafka-connect:5.1.0 image: confluentinc/cp-kafka-connect:5.2.4
ports: ports:
- 8083:8083 - 8083:8083
depends_on: depends_on:
@ -122,7 +122,7 @@ services:
CONNECT_PLUGIN_PATH: "/usr/share/java,/usr/share/confluent-hub-components" CONNECT_PLUGIN_PATH: "/usr/share/java,/usr/share/confluent-hub-components"
kafka-init-topics: kafka-init-topics:
image: confluentinc/cp-kafka:5.1.0 image: confluentinc/cp-kafka:5.2.4
volumes: volumes:
- ./message.json:/data/message.json - ./message.json:/data/message.json
depends_on: depends_on:

View file

@ -2,7 +2,7 @@ kafka:
clusters: clusters:
- -
name: local name: local
bootstrapServers: localhost:9093 bootstrapServers: localhost:9092
zookeeper: localhost:2181 zookeeper: localhost:2181
schemaRegistry: http://localhost:8081 schemaRegistry: http://localhost:8081
kafkaConnect: kafkaConnect: