You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2021/02/20 10:41:02 UTC

[pulsar] branch master updated (26a8ecd -> e017b10)

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

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


    from 26a8ecd  Remove dead module pom.xml for pulsar-functions-worker-shaded (#9637)
     add e017b10  Fixed hasMessageAvailable() with empty topic (#9652)

No new revisions were added by this update.

Summary of changes:
 .../apache/pulsar/broker/service/ServerCnx.java    | 33 +++++---
 .../apache/pulsar/client/api/TopicReaderTest.java  | 68 +++++++++++++--
 .../org/apache/pulsar/client/impl/ClientCnx.java   |  7 +-
 .../apache/pulsar/client/impl/ConsumerImpl.java    | 99 +++++++++++++++-------
 .../apache/pulsar/common/protocol/Commands.java    | 28 ++++--
 pulsar-common/src/main/proto/PulsarApi.proto       |  1 +
 6 files changed, 179 insertions(+), 57 deletions(-)