Skip to content

Commit 0db1008

Browse files
committed
BE: Chore: Remove references to arm-specific local setup
1 parent 2b3abd2 commit 0db1008

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.dev/dev_arm64.yaml renamed to .dev/dev.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This is a compose file designed for arm64/Apple Silicon systems
2-
# To adapt this to x86 please find and replace ".arm64" with empty
2+
# To adapt this to x86 please find and replace "" with empty
33

44
# ARM64 supported images for kafka can be found here
55
# https://hub.docker.com/r/confluentinc/cp-kafka/tags?page=1&name=arm64
@@ -32,7 +32,7 @@ services:
3232
KAFKA_CLUSTERS_0_AUDIT_CONSOLEAUDITENABLED: 'true'
3333

3434
kafka0:
35-
image: confluentinc/cp-kafka:7.8.0.arm64
35+
image: confluentinc/cp-kafka:7.8.0
3636
user: "0:0"
3737
hostname: kafka0
3838
container_name: kafka0
@@ -60,7 +60,7 @@ services:
6060
CLUSTER_ID: 'MkU3OEVBNTcwNTJENDM2Qk'
6161

6262
schema-registry0:
63-
image: confluentinc/cp-schema-registry:7.8.0.arm64
63+
image: confluentinc/cp-schema-registry:7.8.0
6464
ports:
6565
- 8085:8085
6666
depends_on:
@@ -76,7 +76,7 @@ services:
7676
SCHEMA_REGISTRY_KAFKASTORE_TOPIC: _schemas
7777

7878
kafka-connect0:
79-
image: confluentinc/cp-kafka-connect:7.8.0.arm64
79+
image: confluentinc/cp-kafka-connect:7.8.0
8080
ports:
8181
- 8083:8083
8282
depends_on:
@@ -101,7 +101,7 @@ services:
101101
CONNECT_PLUGIN_PATH: "/usr/share/java,/usr/share/confluent-hub-components,/usr/local/share/kafka/plugins,/usr/share/filestream-connectors"
102102

103103
ksqldb0:
104-
image: confluentinc/cp-ksqldb-server:7.8.0.arm64
104+
image: confluentinc/cp-ksqldb-server:7.8.0
105105
depends_on:
106106
- kafka0
107107
- kafka-connect0
@@ -119,7 +119,7 @@ services:
119119
KSQL_CACHE_MAX_BYTES_BUFFERING: 0
120120

121121
kafka-init-topics:
122-
image: confluentinc/cp-kafka:7.8.0.arm64
122+
image: confluentinc/cp-kafka:7.8.0
123123
volumes:
124124
- ../documentation/compose/data/message.json:/data/message.json
125125
depends_on:

documentation/compose/DOCKER_COMPOSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Descriptions of docker-compose configurations (*.yaml)
22

33
1. [kafka-ui.yaml](./kafbat-ui.yaml) - Default configuration with 2 kafka clusters with two nodes of Schema Registry, one kafka-connect and a few dummy topics.
4-
2. [kafka-ui-arm64.yaml](../../.dev/dev_arm64.yaml) - Default configuration for ARM64(Mac M1) architecture with 1 kafka cluster without zookeeper with one node of Schema Registry, one kafka-connect and a few dummy topics.
4+
2. [kafka-ui.yaml](../../.dev/dev_arm64.yaml) - Default configuration with 1 kafka cluster without zookeeper with one node of Schema Registry, one kafka-connect and a few dummy topics.
55
3. [kafka-ui-ssl.yml](./kafka-ssl.yml) - Connect to Kafka via TLS/SSL
66
4. [kafka-cluster-sr-auth.yaml](./cluster-sr-auth.yaml) - Schema registry with authentication.
77
5. [kafka-ui-auth-context.yaml](./auth-context.yaml) - Basic (username/password) authentication with custom path (URL) (issue 861).

0 commit comments

Comments
 (0)