-
Notifications
You must be signed in to change notification settings - Fork 2
Rewrite mqtt_topic_registry module #13
Open
Description
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 ?