You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by zh...@apache.org on 2020/05/11 00:41:30 UTC

[pulsar] branch master updated (30934e1 -> 561868d)

This is an automated email from the ASF dual-hosted git repository.

zhaijia pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


    from 30934e1  [C++] Auto update topic partitions (#6732)
     add 561868d  fix consumer stuck when batchReceivePolicy maxNumMessages > maxReceiverQueueSize (#6862)

No new revisions were added by this update.

Summary of changes:
 .../client/api/ConsumerBatchReceiveTest.java       | 124 ++++++++++++++++-----
 .../pulsar/client/api/BatchReceivePolicy.java      |   2 +-
 .../apache/pulsar/client/impl/ConsumerBase.java    |  29 ++++-
 .../client/impl/MultiTopicsConsumerImpl.java       |   2 +-
 4 files changed, 128 insertions(+), 29 deletions(-)