BewareMyPower commented on code in PR #21162:
URL: https://github.com/apache/pulsar/pull/21162#discussion_r1321740436
##########
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:
You added a new method to a public interface in the `pulsar-client-api`
module. It requires a PIP.
--
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]