Pranjal
Pranjal

Reputation: 19

How can Hazelcast client be notified of an map updation in cluster

1.currently we have hazelcast embedded in war file.

2.we need to implement hazelcast server client where client needs to listen to values updated in map.

3.for example if one client updates map READ_ONLY_MAP then all other clients should get notified of it .

Upvotes: 1

Views: 103

Answers (1)

Pranjal
Pranjal

Reputation: 19

1.able to solve this issue by adding entryLister on map on both server and client.

Upvotes: 1

Related Questions