]
Will Burns updated ISPN-10216:
------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
Implement bloom filter based near cache invalidations
-----------------------------------------------------
Key: ISPN-10216
URL:
https://issues.redhat.com/browse/ISPN-10216
Project: Infinispan
Issue Type: Sub-task
Components: Hot Rod, Listeners
Reporter: Will Burns
Assignee: Will Burns
Priority: Major
Currently our near cache invalidation messages contain every remove/modify/expired event.
It would be preferable to only send known invalidation messages to the client using some
sort of bloom filter based approach. This should help reduce the number of total messages
and allow for write clients to operate more efficiently.