-
Feature Request
-
Resolution: Done
-
Major
-
None
-
None
-
False
-
None
-
False
-
-
The global view (JGRP-2698) currently needs to be pulled (via Topology.refresh()).
Provide a push model, where a listener can register to get notifications:
- membersJoined(String site, List<Address> mbrs)
- membersLeft(String site, List<Address> mbrs)
The coordinator of each site would monitor the views, compute a diff to the previous view on a viewAccepted(View), and send a multicast to all members.
Users should be able to enable/disable this.