Sometimes you have a completely static system in a final application: You know in advance all the nodes you have, and the topics that nodes are publishing or subscribing to. In that case, you can speed up your discovery using:
Static Discovery: A ultra-fast discovery mechanism that uses the name of the remote participant to lookup the full configuration from a XML file (topics, publishers, subscribers, QoS settings) simplifying the discovery process, saving bandwidth and minimizing the start-up time.
1 Like