Need to cluster
IBM has a Redbook for its own IOT service environment. The book also described the topologies of enterprise MQTT service architectures. So, to cluster some mosquitto brokers, we need some other tools.
Mosquitto is a single thread process. To scale out, we need tools to better monitor and manage them.
Cue in load balancing
I followed the steps in this nice tutorial, others you googled might be just as good, as HAProxy is very easy to install, configure and run.