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/07/06 11:20:59 UTC

[GitHub] [pulsar] liangyepianzhou commented on a diff in pull request #16396: [Improve] [txn] add txn admin cmd and swagger config for transaction admin

liangyepianzhou commented on code in PR #16396:
URL: https://github.com/apache/pulsar/pull/16396#discussion_r914722923


##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/v3/Transactions.java:
##########
@@ -345,7 +345,7 @@ public void scaleTransactionCoordinators(@Suspended final AsyncResponse asyncRes
     }
 
     @GET
-    @Path("/pendingAckStats/{tenant}/{namespace}/{topic}/{subName}/{ledgerId}/{entryId}")
+    @Path("/positionStatsInPendingAck/{tenant}/{namespace}/{topic}/{subName}/{ledgerId}/{entryId}")

Review Comment:
   This [PR](https://github.com/apache/pulsar/pull/15682) has not been cherry-picked.



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