4nte / mqtt-mirror

Fork MQTT traffic from broker A to B like it's potatoes 🥔.
MIT License
40 stars 4 forks source link

Only syncs on start #5

Open mtongnz opened 9 months ago

mtongnz commented 9 months ago

It seems to only sync when the docker starts. After that, nothing is synced but entries do show in the verbose logs as synced.

Docker entry command: ./mqtt-mirror --source tcp://192.168.1.169:1883 --target tcp://192.168.1.2:1883 --topic_filter=test/+,events,sensors/+/temperature/+,logs --verbose

Any ideas?