]
Tristan Tarrant updated ISPN-11281:
-----------------------------------
Fix Version/s: 12.0.0.Final
(was: 11.0.0.Final)
Near cache should not be applied for internal caches
----------------------------------------------------
Key: ISPN-11281
URL:
https://issues.redhat.com/browse/ISPN-11281
Project: Infinispan
Issue Type: Enhancement
Components: Quarkus
Affects Versions: 10.1.1.Final
Reporter: Katia Aresti
Assignee: Katia Aresti
Priority: Minor
Labels: Quarkus
Fix For: 12.0.0.Final
When near caching is enabled it will register a listener in an internal cache such as
___protobuf_metadata which can be used by remote clients to register metadata. The server
should not allow any clients to register a listener on any of these caches.
More details, see the issue in Quarkus
https://github.com/quarkusio/quarkus/issues/3548