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:
[email protected]