I have a hazelcast Client Server architecture. The Java application having hazelcast client is on cloud and clustered i.e. multiple instances of it are running.
How to execute a clean-up task only from the first hazelcast client?
I know how to achieve this in embedded Hazelcast with members. Also came to know this article: https://github.com/hazelcast/hazelcast-nodejs-client/issues/484.
Don't want to make application functionality dependent on management center. Any other approach aside hazelcast is also welcome.