Jason918 commented on a change in pull request #12032:
URL: https://github.com/apache/pulsar/pull/12032#discussion_r717615692
##########
File path:
pulsar-client-api/src/main/java/org/apache/pulsar/client/api/Consumer.java
##########
@@ -599,6 +599,15 @@
*/
void seek(long timestamp) throws PulsarClientException;
+
+ /**
+ * Reset the subscription associated with this consumer to a specific
message index.
+ *
+ * @param index
+ * the message index where to reposition the subscription
+ */
Review comment:
Updated the doc in Consumer.java.
And I have send this PR as PIP 100 to the mail list. PTAL.
--
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]