nuvlabox / mqtt-fiware-bridge

Optional NuvlaBox component that consumes data from a specified MQTT broker and topic, double checks the data structure against FIWARE's data schemas, and sends data to a specified endpoint
Apache License 2.0
0 stars 0 forks source link

Allow multiple listen topics #4

Closed alexbarcelo closed 2 years ago

alexbarcelo commented 2 years ago

Either multiple --mqtt-topic <topic> parameters or a comma-separater approach would be desirable.

alexbarcelo commented 2 years ago

If you have some "release candidate" on that, I would be happy to be a beta tester. My wishlist would be an update on https://hub.docker.com/r/nuvlabox/mqtt-fiware-bridge/ as that is what we are currently using. We currently have a Dockerfile with FROM nuvlabox/mqtt-fiware-bridge:0.0.5 and I could change that into a devel tag in order to test it in our current environment multi-producer / multi-topic.