jdeppe-pivotal commented on code in PR #7666:
URL: https://github.com/apache/geode/pull/7666#discussion_r868200094
##########
geode-gfsh/src/main/java/org/apache/geode/management/internal/cli/commands/CreateRegionCommand.java:
##########
@@ -168,6 +169,8 @@ public ResultModel createRegion(
help = CliStrings.CREATE_REGION__LOCALMAXMEMORY__HELP) Integer
prLocalMaxMemory,
@CliOption(key = CliStrings.CREATE_REGION__OFF_HEAP,
specifiedDefaultValue = "true",
help = CliStrings.CREATE_REGION__OFF_HEAP__HELP) Boolean offHeap,
+ @CliOption(key = CliStrings.CREATE_REGION__PARTITION_LISTENER,
Review Comment:
And then the option should probably be `--partition-listeners` (plural)?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]