Hi,
Im pretty confused of how the way hazelcast works really.
I am able to connect with hazelcast in two ways. First way is using ClientConfig object. What is does is, the client config will establish a connectin with the hazelcast as client and perform all the operations that what we need to do.
Second way is using the config object. This config object is not connecting with the hazelcast software externally but internally its conneting to hazelcast and even we are able to connect to cluster and share the data across it also. But i didnt understand the difference between the using of client config object and config object in establishing connection with hazlecast.
The reason i want to explore about config object, i want to use replicated map functionality which is only available to config object only. Even i want to know why replicated map funtionality is limited to
config object and wy not client config object.
Please respons ASAP!