]
Tristan Tarrant updated ISPN-11960:
-----------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
RemoteCache configuration enhancements (wildcards, . in name, URI for
config)
-----------------------------------------------------------------------------
Key: ISPN-11960
URL:
https://issues.redhat.com/browse/ISPN-11960
Project: Infinispan
Issue Type: Enhancement
Components: Hot Rod
Affects Versions: 11.0.0.CR1
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Priority: Major
Fix For: 11.0.0.Final
It should be possible to define remote cache names using wildcard globbing {{*}} so that
configuration apply to all cache names which match.
Additionally we should be able to support cache names containing {{.}} characters in the
declarative configuration. In this case names should be enclosed in square brackets, e.g
{{[example.MyCache]}}
Since passing a cache configuration in XML is cumbersome, we should support passing a URI
pointing to a separate file.