AWS IPC Pub Sub vs Moquette #760
-
Hi, We have a need for inter communication between Green Grass components running in a target device. Evaluating options to use IPC pub/Sub for local/inter process communication and/or using Moquette broker running in target device for the same inter process communication. Are there any bench mark metrics on performance or the time it takes for messages to be sent/received. Plus, IPC Pub/Sub deviates from MQTT standard - it doesn't have QoS option or Retain flag. What are the reasons for this? Your answers are appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
We don't have any benchmarks on IPC performance. For the other questions, a better target would be https://github.com/aws-greengrass/aws-greengrass-nucleus FWIW, my understanding is that the greengrass nucleus embeds a moquette broker internally and the local ipc pub/sub APIs are accessing it directly. |
Beta Was this translation helpful? Give feedback.
We don't have any benchmarks on IPC performance.
For the other questions, a better target would be https://github.com/aws-greengrass/aws-greengrass-nucleus
FWIW, my understanding is that the greengrass nucleus embeds a moquette broker internally and the local ipc pub/sub APIs are accessing it directly.