gaozhangmin commented on a change in pull request #7848:
URL: https://github.com/apache/pulsar/pull/7848#discussion_r649802437



##########
File path: 
pulsar-client/src/main/java/org/apache/pulsar/client/util/MessageIdUtils.java
##########
@@ -41,4 +44,11 @@ public static final MessageId getMessageId(long offset) {
 
         return new MessageIdImpl(ledgerId, entryId, -1);
     }
+
+    public static int getBathIndexFromMessageIdData(PulsarApi.MessageIdData 
messageIdData) {

Review comment:
       should be getBatchIndexFromMessageIdData




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


Reply via email to