iml130 / sola

A decentralized communication middleware
https://iml130.github.io/sola/
Other
8 stars 5 forks source link

EventDisseminationMinhcast: Always sending join on topic tree to first result #168

Open janagoe opened 7 months ago

janagoe commented 7 months ago

For joining a topic, we are searching all nodes having the topic as a key. The result could contain multiple nodes from which to choose. Currently we are always taking the first node in the result which could be suboptimal. Some metric could be use to estimate the required routing hops for joining, to select the best node.