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


##########
pulsar-client-api/src/main/java/org/apache/pulsar/client/api/TableView.java:
##########
@@ -110,4 +110,6 @@ public interface TableView<T> extends Closeable {
      * @return a future that can used to track when the table view has been 
closed.
      */
     CompletableFuture<Void> closeAsync();
+
+    CompletableFuture<Reader<T>> readAllExistingMessages();

Review Comment:
   Yeah, I raised a PIP in https://github.com/apache/pulsar/pull/21166. Could 
you please take a look when you have time?



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