From 7b34d8359269197ceac10cf531a37301083b9e94 Mon Sep 17 00:00:00 2001 From: Amanda Lindsay Date: Tue, 5 Nov 2024 15:47:27 +0000 Subject: [PATCH] 476 docs bug: add tip for M1 macs error (#1363) Added a tip to address minor docs issue for mac users --- docs/modules/sql/pages/learn-sql.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/modules/sql/pages/learn-sql.adoc b/docs/modules/sql/pages/learn-sql.adoc index 032e019e3..708de5410 100644 --- a/docs/modules/sql/pages/learn-sql.adoc +++ b/docs/modules/sql/pages/learn-sql.adoc @@ -61,6 +61,8 @@ bin/kafka-server-start.sh config/server.properties -- ==== +Tip: If you get an error running this on an M1 Mac, use the flag `--platform=linux/amd64` in the docker command + == Step 2. Create a Mapping to Kafka In the SQL shell, create a Kafka mapping to allow Hazelcast to access messages in the `trades` topic.