Dear all,<br><br>as per Sanne&#39;s suggestion, I am trying out a MuxRpcDispatcher with a custom JGroupsChannelLookup class to stream data from the members to the coordinator. In order to get the coordinator&#39;s address I go through the following hoops:<br>
<br>cache.getAdvancedCache().getRpcManager().getTransport().getCoordinator().getJGroupsAddress().<br><br>which requires obtaining a clustered cache first.<br><br>the EmbeddedCacheManager interface exposes several methods to access the local address, the address of all members and whether the local address is also coordinator, but there is no method to get the cluster&#39;s coordinator address. Would it be a crime to add a getCoordinatorAddress() method to the EmbededCacheManager ?<br>
<br>Tristan<br>