Hi John, Could you suggest any way to dynamically set groups property using "spring-data-geode 2.1.0.RELEASE"?
Initially I thought to use "serverGroups" using CacheServerConfigurer but it complains for deprecation. It's very useful property to be set using dynamic way. @EnableGemFireProperties(enableNetworkPartitionDetection=false, groups="A,B") As an example, Let's say we have a "Trades" cluster organized in groups by high level business (Say - Credit, SecuritizedProducts, Equities etc.) Inside server nodes hosting "group=Credit" trades, one can have trade regions for "Credit" products only (May be Bonds, Indexes, CDSs etc.). In case I see high load/demand in volume for my servers hosting trades for "Credit" market, I should be able to spawn a new Peer/CacheServer member who belongs to "Credit" group only on-demand/trigger (So that I don't pull regions from other cluster groups/server nodes which I am not interested in) Thanks, Dharam This message is confidential and subject to terms at: http://www.jpmorgan.com/emaildisclaimer including on confidentiality, legal privilege, viruses and monitoring of electronic messages. If you are not the intended recipient, please delete this message and notify the sender immediately. Any unauthorized use is strictly prohibited.
