]
Ryan Emerson updated ISPN-12394:
--------------------------------
Sprint: DataGrid Sprint #50
Allow templates to be defined clusterwide and persisted
-------------------------------------------------------
Key: ISPN-12394
URL:
https://issues.redhat.com/browse/ISPN-12394
Project: Infinispan
Issue Type: Enhancement
Components: Configuration, Core
Affects Versions: 12.0.0.Dev04
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Priority: Major
Currently it's only possible to define a cache configuration locally at runtime. It
should be possible to define a configuration template clusterwide. Furthermore, if an
overlay storage is utilised the defined configurations should be stored in a configs.xml
file.
A {{CACHE_CONFIG_SCOPE}} needs to be added to the {{GlobalConfigurationManagerImpl}},
with the cache listener updated to handle the scope. The {{LocalConfigurationStorage}}
also needs updating to allow templates to be stored and persisted.