Skip to content

Commit 14559bb

Browse files
committed
Update local compose
1 parent 7be3325 commit 14559bb

File tree

5 files changed

+7
-33
lines changed

5 files changed

+7
-33
lines changed

.dev/dev_arm64.yaml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ services:
3232
KAFKA_CLUSTERS_0_AUDIT_CONSOLEAUDITENABLED: 'true'
3333

3434
kafka0:
35-
image: confluentinc/cp-kafka:7.2.1.arm64
36-
hostname: kafka0
35+
image: confluentinc/cp-kafka:7.6.0.arm64
36+
user: "0:0"
3737
container_name: kafka0
3838
ports:
3939
- 9092:9092
@@ -56,12 +56,10 @@ services:
5656
KAFKA_JMX_PORT: 9997
5757
# KAFKA_JMX_HOSTNAME: localhost # uncomment this line and comment the next one if running with kafka-ui as a jar
5858
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'"
59+
CLUSTER_ID: 'MkU3OEVBNTcwNTJENDM2Qk'
6260

6361
schema-registry0:
64-
image: confluentinc/cp-schema-registry:7.2.1.arm64
62+
image: confluentinc/cp-schema-registry:7.6.0.arm64
6563
ports:
6664
- 8085:8085
6765
depends_on:
@@ -77,7 +75,7 @@ services:
7775
SCHEMA_REGISTRY_KAFKASTORE_TOPIC: _schemas
7876

7977
kafka-connect0:
80-
image: confluentinc/cp-kafka-connect:7.2.1.arm64
78+
image: confluentinc/cp-kafka-connect:7.6.0.arm64
8179
ports:
8280
- 8083:8083
8381
depends_on:
@@ -102,7 +100,7 @@ services:
102100
CONNECT_PLUGIN_PATH: "/usr/share/java,/usr/share/confluent-hub-components,/usr/local/share/kafka/plugins,/usr/share/filestream-connectors"
103101

104102
ksqldb0:
105-
image: confluentinc/ksqldb-server:0.18.0
103+
image: confluentinc/cp-ksqldb-server:7.6.0.arm64
106104
depends_on:
107105
- kafka0
108106
- kafka-connect0
@@ -120,7 +118,7 @@ services:
120118
KSQL_CACHE_MAX_BYTES_BUFFERING: 0
121119

122120
kafka-init-topics:
123-
image: confluentinc/cp-kafka:7.2.1.arm64
121+
image: confluentinc/cp-kafka:7.6.0.arm64
124122
volumes:
125123
- ../documentation/compose/data/message.json:/data/message.json
126124
depends_on:

documentation/compose/scripts/clusterID

Lines changed: 0 additions & 1 deletion
This file was deleted.

documentation/compose/scripts/create_cluster_id.sh

Lines changed: 0 additions & 1 deletion
This file was deleted.

documentation/compose/scripts/update_run.sh

Lines changed: 0 additions & 11 deletions
This file was deleted.

documentation/compose/scripts/update_run_cluster.sh

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)