You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by GitBox <gi...@apache.org> on 2022/05/07 17:31:52 UTC

[GitHub] [geode] jdeppe-pivotal commented on a diff in pull request #7666: GEODE-10284: Add partition-listener option to gfsh create region command

jdeppe-pivotal commented on code in PR #7666:
URL: https://github.com/apache/geode/pull/7666#discussion_r867375830


##########
geode-gfsh/src/main/java/org/apache/geode/management/internal/cli/commands/CreateRegionCommand.java:
##########
@@ -170,6 +171,8 @@ public ResultModel createRegion(
           help = CliStrings.CREATE_REGION__OFF_HEAP__HELP) Boolean offHeap,
       @CliOption(key = CliStrings.CREATE_REGION__PARTITION_RESOLVER,
           help = CliStrings.CREATE_REGION__PARTITION_RESOLVER__HELP) String partitionResolver,
+      @CliOption(key = CliStrings.CREATE_REGION__PARTITION_LISTENER,
+          help = CliStrings.CREATE_REGION__PARTITION_LISTENER__HELP) String partitionListener,

Review Comment:
   OK - I changed that



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@geode.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org