Replies: 3 comments 1 reply
-
How do you plan to pass messages around for scenarios in which clients are on different nodes for which the message needs to be routed? |
Beta Was this translation helpful? Give feedback.
-
Comqtt's cluster capability was developed based on mochi-co/mqtt v2.0. |
Beta Was this translation helpful? Give feedback.
-
@wind-c - sounds really interesting - why not come up with some PR proposals to get that merged in here? |
Beta Was this translation helpful? Give feedback.
-
We are trying to implement a high-availability MQTT service using mochi, If a persistence layer of Redis is added then multiple nodes of mochi should be able to connect to the same Redis backend and retain session data in Redis,
Also is there a need for sticky sessions when working with load balancers?
Is there any additional work required to create a HA setup?
Please let me know if I missed anything here.
Beta Was this translation helpful? Give feedback.
All reactions