@Petahhh the intent of comment is to portrait that I prefer that the REST
endpoint is "DUMB" and is only responsible invoking a service call.
```ConfigurationService.createRegion("name","type",attributes)```
The fact that we use a function call to create is a detail that we have leaked.
One should avoid this at all cost.
Does this clarify my point?[ Full content available at: https://github.com/apache/geode/pull/3049 ] This message was relayed via gitbox.apache.org for [email protected]
