Github user bschuchardt commented on a diff in the pull request: https://github.com/apache/geode/pull/630#discussion_r127276853 --- Diff: geode-protobuf/src/main/proto/basicTypes.proto --- @@ -52,7 +52,12 @@ message CallbackArguments { message Region { string name = 1; - // TODO: key, value types? + string type = 2; --- End diff -- While I don't really like the name "dataPolicy" it seems like renaming it could cause confusion. Geode docs don't mention a Region "type".
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---