You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/07/17 17:00:16 UTC

[GitHub] [pulsar] jerrypeng commented on a change in pull request #7573: Allow null consume in BatchPushSource

jerrypeng commented on a change in pull request #7573:
URL: https://github.com/apache/pulsar/pull/7573#discussion_r456563081



##########
File path: pulsar-io/core/src/main/java/org/apache/pulsar/io/core/BatchPushSource.java
##########
@@ -32,6 +30,13 @@
  */
 public abstract class BatchPushSource<T> implements BatchSource<T> {
 
+    private static class NullRecord implements Record {

Review comment:
       Can we add some comments about how to use this?




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org