I am connecting to a HZ cluster as a smart client. After the client is running successfully for xome time I encounter com.hazelcast.cp.exception.CPGroupDestroyedException
.
In this case I'd like the client to forget about the old CP subsystem and just reconnect as if it was the first time I called getCPSubsystem. What is the preferred way to achieve this?