Hello everybody, my apologies if the question has already been asked on the ML (I cannot find the answer in the archive).
I have a need to programmatically create / delete region. I am not talking about creating / deleting regions every second or minutes. the need is a pure administration need (being able to create regions via an REST API). I have found the sample code in the documentation ( http://geode.docs.pivotal.io/docs/developing/region_options/dynamic_region_creation.html) and was wondering if you can help with the following questions - why are we using this "metadataregion"? is it to support elasticity (add / remove nodes)? other reasons? - Can we delete the regions using the same principle (with another callback)? - is it better to use the <dynamic-region-factory> knowing I need partition_redundant regions? it looks not to be a valid option. Many thanks for your help. oliv/
