kamu-data/kamu-web-ui

MQTT polling source support

Closed this issue · 0 comments

ODF was extended with MQTT protocol support.

It introduces the new FetchStep::Mqtt type alongside our normal sources like Url and FilesGlob.

We should support defining MQTT sources in Web UI by:

  1. Adding MQTT option to this list:
    image

On the same screen allowing to enter all properties of FetchStep::Mqtt

  1. Properties will include one non-trivial element - a list of topics which may be done similarly to this widget:
    image

except it should allow to enter the topic Path AND QoS level. QoS should be a drop-down with values defined here.