Hi All, I was thinking about the complete event messages which are periodically published to message broker while doing some integration tests:
1. Complete Topology Event - Published by Cloud Controller 2. Complete Tenant Event - Published by Stratos Manager These messages were introduced to allow subscribers to initialize the state of their local data structures at the server start-up. So they have a start point to accept the event messages of a given topic. *Problem* As I experienced these messages are spamming the network and logs. I think we do not need to publish these messages periodically: *Proposal* 1. Event message publisher does not periodically publish complete event messages. 2. Rather, once a subscriber is started it sends a complete event message request to a new topic (requesting the complete event message): 3. When the publisher receives a request for the complete event message, it is published. 4. Subscriber receives the complete event message Really appreciate your thoughts on this. Many Thanks Imesh
