I have setup a 2 node hazelcast cluster on Amazon EC2. On one of the nodes I have a client program which connects to the cluster and runs a atomiclong counter increment&get operation.
How can I find out to which Hazelcast server node did the client connect and run the incrementAndGet operation ?
Thanks