Mqtt provides methods to work at scale by putting multiple containarised brokers in a kubernetes cluster. I seen EMQ usecase https://www.emqx.io/blog/emqx-in-volkswagen-iov for achieving this using load balancer. I also understand the concept of using bridge to connect two brokers. But is it possible to setup two different types of brokers, for example, EMQ and HiveMQ on a single kubernetes cluster?
↧