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 2022/08/22 10:01:23 UTC

[GitHub] [pulsar] Anonymitaet commented on a diff in pull request #17001: Fix swagger annotation for analyzeBacklog endpoint

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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org