Anonymitaet commented on code in PR #17001:
URL: https://github.com/apache/pulsar/pull/17001#discussion_r951248168
##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/v2/PersistentTopics.java:
##########
@@ -1710,7 +1710,7 @@ public void analyzeSubscriptionBacklog(
@PathParam("subName") String encodedSubName,
@ApiParam(name = "position", value = "messageId to start the
analysis")
ResetCursorData position,
- @ApiParam(value = "Is authentication required to perform this
operation")
+ @ApiParam(value = "Whether leader broker redirected this call to
this broker. For internal use.")
Review Comment:
```suggestion
@ApiParam(value = "Whether leader broker redirects this call to
this broker. For internal use.")
```
Do you mean this?
--
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]