nlu90 commented on a change in pull request #6331: [Issue 2912][pulsar-admin]
add get-message-by-id cmd into pulsar-admin
URL: https://github.com/apache/pulsar/pull/6331#discussion_r379852490
##########
File path:
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/Subscription.java
##########
@@ -79,6 +80,8 @@ default long getNumberOfEntriesDelayed() {
CompletableFuture<Entry> peekNthMessage(int messagePosition);
+ CompletableFuture<Entry> getMessageById(long ledgerId, long entryId);
Review comment:
Good suggestion. Fixed them in the following update.
----------------------------------------------------------------
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]
With regards,
Apache Git Services