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 2020/05/11 10:45:08 UTC

[GitHub] [pulsar] jiazhai commented on a change in pull request #6776: [Docs] Fix the Create subscribtion swagger of PersistentTopic

jiazhai commented on a change in pull request #6776:
URL: https://github.com/apache/pulsar/pull/6776#discussion_r422950767



##########
File path: pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/v2/PersistentTopics.java
##########
@@ -798,14 +798,17 @@ public void createSubscription(
             @PathParam("topic") @Encoded String topic,
             @ApiParam(value = "Subscription to create position on", required = true)
             @PathParam("subscriptionName") String encodedSubName,
-            @ApiParam(value = "messageId where to create the subscription. " +
+            @ApiParam(value = "Is authentication required to perform this operation")

Review comment:
       This is wrong. You are changing the parameter order. 




----------------------------------------------------------------
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