LeBW commented on a change in pull request #11553:
URL: https://github.com/apache/pulsar/pull/11553#discussion_r684016670



##########
File path: 
pulsar-client-api/src/main/java/org/apache/pulsar/client/api/Message.java
##########
@@ -245,4 +245,20 @@
      * @since 2.8.0
      */
     void release();
+
+    /**
+     * Get broker publish time from broker entry metadata.
+     *
+     * @since 2.9.0
+     * @return broker publish time from broker entry metadata
+     */
+    long getBrokerPublishTime();
+
+    /**
+     * Get index from broker entry metadata.
+     *
+     * @Since 2.9.0
+     * @return index from broker entry metadata
+     */
+    long getIndex();

Review comment:
       Thanks. The index is from 
[PR-9039](https://github.com/apache/pulsar/pull/11553), which provides 
continuous message sequence-Id for messages in one topic-partition.




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


Reply via email to