Is it possible to split MQTT pub/sub with nginx reverse proxy?
We have serveral MQTT brokers, and a nginx reverse proxy in front of them.
Now we want to split MQTT pub/sub streams.
For example, pub streams go with 192.168.0.1 and sub streams go with 192.168.0.2 .
Is it possible for nginx or nginx with lua?