Near cache invalidation should ignore created events and should not
contain values
-----------------------------------------------------------------------------------
Key: ISPN-9484
URL:
https://issues.jboss.org/browse/ISPN-9484
Project: Infinispan
Issue Type: Sub-task
Components: Hot Rod
Affects Versions: 9.4.0.CR1
Reporter: Tristan Tarrant
Assignee: William Burns
Priority: Major
Fix For: 9.4.0.CR3
Near caches register a listener which sends back unnecessary events (created) as well as
unnecessary data (values). We can create a filter/converter to remove both. The client
should still work with older servers which don't have the filter.