DPIclimate / broker

3 stars 3 forks source link

Refactor the MQTT receiver to dynamically load decoding functions based upon topic patterns #29

Open dajtxx opened 1 year ago

dajtxx commented 1 year ago

At present we have a different container for each source of MQTT messages. We can reduce this to a single container if it can dynamically load decoding functions based upon topic name patterns or similar.

Issue #28 is a prerequisite for this.