How to target specific workers with shared subscriptions in MQTT 5?
问题 One of the new features of MQTT 5 is the shared subscriptions feature, which allows client-side load balancing between multiple workers, so that multiple workers can be responsible for handling messages, but every message is only ever sent to a single server. By default, this works with a round-robin approach, but I am in the need of a slightly more advanced scenario: What I want is some kind of routing, so that one of the messages' properties gets used as some kind of routing key. I.e., I