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/09/16 06:18:49 UTC

[pulsar] branch master updated (5163ee4 -> bb80c5b)

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 5163ee4  Force Python CI to use earlier version of Protobuf which supports Python2 (#12058)
     add bb80c5b  [Client] Fix endless receiveAsync loop in MultiTopicsConsumer (#12044)

No new revisions were added by this update.

Summary of changes:
 .../pulsar/client/api/MultiTopicsConsumerTest.java | 122 +++++++++++++++++++++
 .../client/impl/MultiTopicsConsumerImpl.java       |   5 +
 2 files changed, 127 insertions(+)
 create mode 100644 pulsar-broker/src/test/java/org/apache/pulsar/client/api/MultiTopicsConsumerTest.java