Hi John, I am bit new to apache geode community. I have few questions related to bootstrapping cache server using spring data geode. I could start something running though.
Thanks for the geode examples! Currently I have a requirement for 3 DISTRIBUTED regions with pdx serialization organized under 1 logical group called say "group1". I have 2 servers running in my machine with same code base connected to standalone locator started via gfsh. 1. How can I create a new region in group "GROUP1" with domain class definition without restarting my servers now? 2. Assuming that my first deployment of project was POC-1.0.0.jar release, how I should organize code for next release with only few new regions? I found that we can deploy some jars to server using gfsh deploy, but i am not sure about folder structure it should follow. Also if that would also be spring boot project with <gfe:region..> tags only without Spring Boot Main? Thanks, Jayesh
