This content has been marked as final.
Show 3 replies
-
1. Re: Cache-level notification is happened only based on number of owner??
jaga244 May 30, 2018 10:40 AM (in response to jaga244)I checked myself in infinispan userguide. they said following
Cache-level events occur on a per-cache basis, and by default are only raised on nodes where the events occur. Note in a distributed cache these events are only raised on the owners of data being affected. Examples of cache-level events are entries being added, removed, modified, etc. These events trigger notifications to listeners registered to a specific cache.
I wonder ,is there any shortcut to send notification to all nodes??
-
2. Re: Cache-level notification is happened only based on number of owner??
nadirx May 30, 2018 10:50 AM (in response to jaga244)1 of 1 people found this helpful -
3. Re: Cache-level notification is happened only based on number of owner??
jaga244 Jun 1, 2018 3:12 AM (in response to nadirx)Thank you sir,
It works like charming!!!