You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
concerning MQTT sink/source:
I think it's useful for sources to be able to subscribe to wildcarded topic like devices/sensors/# and that's a great feature.
On the other hand, it would be very useful to be able to publish to different topics depending on a column of the sinked view, Contrary to kafka, it's common practice in MQTT to have a lot of sub topics like devices/actuators/{id} . creating a sink per actuators wouldn't be efficient if even possible. Having one topic for all actuators would defeat the purpose of MQTT.
concerning MQTT sink/source:
I think it's useful for sources to be able to subscribe to wildcarded topic like
devices/sensors/#
and that's a great feature.On the other hand, it would be very useful to be able to publish to different topics depending on a column of the sinked view, Contrary to kafka, it's common practice in MQTT to have a lot of sub topics like
devices/actuators/{id}
. creating a sink per actuators wouldn't be efficient if even possible. Having one topic for all actuators would defeat the purpose of MQTT.Slack Message
The text was updated successfully, but these errors were encountered: