References
- CPS-2408Getting issue details... STATUS
Current Instance Configuration
As per the current configuration,
We have single cluster - exposed using
CPS_NCMP_CACHES_CLUSTER_NAME
and defaults tocps-and-ncmp-common-cache-cluster
Each data structure has its own instance per JVM. So for the below case we have 6 instance per JVM.
Data Structure Name | Configuration Name | Instance Name | |
---|---|---|---|
1 |
|
|
|
2 |
|
|
|
3 |
|
|
|
4 |
|
|
|
5 |
|
|
|
6 |
|
|
|
Target Instance Configuration
What I want to achieve,
Cluster would still be the same but want to limit the number of instances.
We will have a single Hazelcast instance that has all the configurations of different data structures and we can get hold off a datastructure when needed using that instance.
It will be a single instance per JVM.