Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[paho-dev] What clustered/highly available MQTT broker does the Paho Client work well with?

Hi all,

Do people use clustered MQTT brokers with Paho? Which ones? Any stories to share?

In particular, what are the options for failover with Paho if a node is down? There is the connectionLost callback, so do people just implement their own failover policy there by somehow having a list of IPs from all the other nodes in the cluster and reconnecting to one of those? Any best practices there or model implementations?

Thanks,
M

Back to the top