mqtt mosquitto bridge horizontal scaling
问题 I have one load balancer i.e aws elb all the pub/sub will be coming via that elb two mosquitto broker A & mosquitto broker B under elb one mosquitto broker to sync topic between this two brokers(mosquitto.broker.sync) TRY ONE this is how the configuration for mosquitto broker which sync topics between node A and B looks alike mosquitto.broker.sync: ## connection mosquitto-bridge try_private false address mosquitto.broker.A:1883 mosquitto.broker.B:1883 start_type automatic round_robin true