Skip to content

Commit

Permalink
476 docs bug: add tip for M1 macs error (#1363)
Browse files Browse the repository at this point in the history
Added a tip to address minor docs issue for mac users
  • Loading branch information
amandalindsay authored Nov 5, 2024
1 parent 944eeae commit 7b34d83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/modules/sql/pages/learn-sql.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7b34d83

Please sign in to comment.