You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/08/01 17:29:09 UTC

[GitHub] [pulsar] jerrypeng commented on a change in pull request #4846: Fix pulsar admin functions description information

jerrypeng commented on a change in pull request #4846: Fix pulsar admin functions description information
URL: https://github.com/apache/pulsar/pull/4846#discussion_r309812586
 
 

 ##########
 File path: pulsar-client-tools/src/main/java/org/apache/pulsar/admin/cli/CmdFunctions.java
 ##########
 @@ -207,20 +207,20 @@ void processArguments() throws Exception {
                 description = "Path to the main Go executable binary for the function (if the function is written in Go)")
         protected String goFile;
         @Parameter(names = {"-i",
-                "--inputs"}, description = "The function's input topic or topics (multiple topics can be specified as a comma-separated list)")
+                "--inputs"}, description = "The input topic or topics (multiple topics can be specified as a comma-separated list) of functions")
         protected String inputs;
         // for backwards compatibility purposes
         @Parameter(names = "--topicsPattern", description = "TopicsPattern to consume from list of topics under a namespace that match the pattern. [--input] and [--topic-pattern] are mutually exclusive. Add SerDe class name for a pattern in --custom-serde-inputs (supported for java fun only)", hidden = true)
         protected String DEPRECATED_topicsPattern;
         @Parameter(names = "--topics-pattern", description = "The topic pattern to consume from list of topics under a namespace that match the pattern. [--input] and [--topic-pattern] are mutually exclusive. Add SerDe class name for a pattern in --custom-serde-inputs (supported for java fun only)")
         protected String topicsPattern;
 
-        @Parameter(names = {"-o", "--output"}, description = "The function's output topic (If none is specified, no output is written)")
+        @Parameter(names = {"-o", "--output"}, description = "The functions output topic (If none is specified, no output is written)")
 
 Review comment:
   The output topic of a Pulsar Function

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services