wenbingshen commented on a change in pull request #14602:
URL: https://github.com/apache/pulsar/pull/14602#discussion_r825579790



##########
File path: 
pulsar-client-api/src/main/java/org/apache/pulsar/client/api/Producer.java
##########
@@ -199,4 +199,9 @@
      * @return the number of partitions per topic.
      */
     int getNumOfPartitions();
+
+    /**
+     * @return Get the result of the last sent data
+     */
+    CompletableFuture<Void> getOriginalLastSendFuture();

Review comment:
       I have addressed done. PTAL again. Thanks.




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