wave icon indicating copy to clipboard operation
wave copied to clipboard

Rewrite mqtt_topic_registry module

Open gbour opened this issue 9 years ago • 0 comments

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 ?

gbour avatar Mar 30 '15 13:03 gbour