-
Feature Request
-
Resolution: Done
-
Minor
-
None
-
None
We should add the following operations (exposed as @ManagedOperation !):
@ManagedOperation
public void addInitialHost(String hostname, int port);
@ManagedOperation
public boolean removeInitialHost(String hostname, int port);
The RouterStubManager should stop pinging removed members (if it was attempting to re-establish a connection).