-
Feature Request
-
Resolution: Done
-
Major
-
None
-
None
The main goal is to allow creation of caches in runtime, through Hot Rod or in library mode, without having to restart or interrupt the service:
Caches created by this mechanism should survive server restarts, and should support topology changes.
Caches will be created by supplying a given configuration template ID.
client(0).administration().createCache("newCache", "template");
This feature will be supported in client server mode and library mode
This feature will be supported either on premises, and in Openshift deployments. Statefulset support will be required in Openshift.