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.