This is an automated email from the ASF dual-hosted git repository.
sijie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.
from 7fb9aff [Minor] Fix java code errors reported by lgtm. (#6398)
add 63ccd43 [Java Reader Client] Start reader inside batch result in read
first message in batch. (#6345)
No new revisions were added by this update.
Summary of changes:
.../client/api/SimpleProducerConsumerTest.java | 38 ++++++++---
.../apache/pulsar/client/api/TopicReaderTest.java | 74 ++++++++++++++++++++--
.../pulsar/client/api/BatchReceivePolicy.java | 2 +-
.../apache/pulsar/client/impl/ConsumerBase.java | 2 +-
.../apache/pulsar/client/impl/ConsumerImpl.java | 31 +++++++--
5 files changed, 123 insertions(+), 24 deletions(-)