wave
wave copied to clipboard
Rewrite mqtt_topic_registry module
mqtt_topic_registry store registered subscribers as simple list. it is more than suboptimal, and was implemented as a quick but limited solution
TODO:
- store subscribed topics as a tree
- run stress tests to evaluate the gain
IDEA: topic registry distributed accross server instances ?