@@ -32,7 +32,8 @@ services:
32
32
KAFKA_CLUSTERS_0_AUDIT_CONSOLEAUDITENABLED : ' true'
33
33
34
34
kafka0 :
35
- image : confluentinc/cp-kafka:7.2.1.arm64
35
+ image : confluentinc/cp-kafka:7.6.0.arm64
36
+ user : " 0:0"
36
37
hostname : kafka0
37
38
container_name : kafka0
38
39
ports :
@@ -56,12 +57,10 @@ services:
56
57
KAFKA_JMX_PORT : 9997
57
58
# KAFKA_JMX_HOSTNAME: localhost # uncomment this line and comment the next one if running with kafka-ui as a jar
58
59
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
59
- volumes :
60
- - ../documentation/compose/scripts/update_run.sh:/tmp/update_run.sh
61
- 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'"
60
+ CLUSTER_ID : ' MkU3OEVBNTcwNTJENDM2Qk'
62
61
63
62
schema-registry0 :
64
- image : confluentinc/cp-schema-registry:7.2.1 .arm64
63
+ image : confluentinc/cp-schema-registry:7.6.0 .arm64
65
64
ports :
66
65
- 8085:8085
67
66
depends_on :
@@ -77,7 +76,7 @@ services:
77
76
SCHEMA_REGISTRY_KAFKASTORE_TOPIC : _schemas
78
77
79
78
kafka-connect0 :
80
- image : confluentinc/cp-kafka-connect:7.2.1 .arm64
79
+ image : confluentinc/cp-kafka-connect:7.6.0 .arm64
81
80
ports :
82
81
- 8083:8083
83
82
depends_on :
@@ -102,7 +101,7 @@ services:
102
101
CONNECT_PLUGIN_PATH : " /usr/share/java,/usr/share/confluent-hub-components,/usr/local/share/kafka/plugins,/usr/share/filestream-connectors"
103
102
104
103
ksqldb0 :
105
- image : confluentinc/ksqldb-server:0.18.0
104
+ image : confluentinc/cp- ksqldb-server:7.6.0.arm64
106
105
depends_on :
107
106
- kafka0
108
107
- kafka-connect0
@@ -120,7 +119,7 @@ services:
120
119
KSQL_CACHE_MAX_BYTES_BUFFERING : 0
121
120
122
121
kafka-init-topics :
123
- image : confluentinc/cp-kafka:7.2.1 .arm64
122
+ image : confluentinc/cp-kafka:7.6.0 .arm64
124
123
volumes :
125
124
- ../documentation/compose/data/message.json:/data/message.json
126
125
depends_on :
0 commit comments