Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
4.0.0, 4.1.0, 4.1.1, 4.1.2, 4.1.3, 4.1.4
-
None
Description
Currently a Complete Topology event is sent every minute to let the subscribers to initialize the current state of the topology in their local instance. This causes the subscribers to wait for one minute (in the worst case) to start their standard functionality.
May be we can improve this by sending the Complete Topology event on demand. The idea is to introduce a new topic called "initializer" to let the subscribers to request the Complete Topology event.