yosssi / gmq

Pure Go MQTT Client
MIT License
345 stars 46 forks source link

Cluster addresses #8

Open camstuart opened 6 years ago

camstuart commented 6 years ago

Hi, and thanks for a great library. I have been using it with great success.

I am wondering however, if this library supports cluster connections like so:

"iot-01.eclipse.org:1883,iot-02.eclipse.org:1883,iot-03.eclipse.org:1883"

With the ability to connect to an alternate node if the current node becomes unavailable?