Hazelcast Embedded mode – How to connect to the cluster and retrieve a map from a node that is part of the cluster?
I have a hazelcast embedded cluster of two nodes. I can access a map in the cluster if i go about using a HazelcastClient.newHazelcastClient() instance but i am not able to get the same results if i …