When a new instance starts up, there's a roughly 20 second lag between when it joins the network and when it starts to receive messages sent by publishers. What are some likely culprits for that lag?
I'm using a peer-to-peer connection with MulticastDiscoveryAgent. Each
instance listens to a topic, and then some instances publish messages to
that topic.