thingsboard / tbmq

Open-source, scalable, and fault-tolerant MQTT broker able to handle 4M+ concurrent client connections, supporting at least 3M messages per second throughput per single cluster node with low latency delivery. The cluster mode supports more than 100M concurrently connected clients.
https://thingsboard.io/products/mqtt-broker/
Apache License 2.0
570 stars 46 forks source link

[Feature Request] Redirect Copy of frame to other broker #60

Open jot4p opened 1 year ago

jot4p commented 1 year ago

Hi,

The general iot devices only support 1 broker mqtt. It would be interesting to be able to receive and process the data but also be able to forward the original frame to another mqtt broker on a external server. Something like a "original" packet forwarder but at same time use data inside tbmq.

Best Regards, Joao

dmytro-landiak commented 1 year ago

hi @jot4p,

Thank you for this request. I can inform you that we surely plan to implement external systems integrations in the future to be able to send data to systems like Kafka, RabbitMQ, and others, including to that external MQTT brokers.

Stay tuned for the updates and see the Roadmap doc that will be updated accordingly in the future.