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

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


    from ff51a02  Fix cherry-pick issue on branch-2.8 (#11982)
     new da387c0  Force Python CI to use earlier version of Protobuf which 
supports Python2 (#12058)
     new 459f278  [Client] Fix endless receiveAsync loop in MultiTopicsConsumer 
(#12044)
     new 6d3966c  Fixed ProxyConnection to check for existence of auth_data 
field (#12057)
     new 28a223c  Improved logic for pausing replicated subscription snapshots 
when no traffic (#11922)

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/pulsar/broker/service/Producer.java |  35 ++++--
 .../apache/pulsar/broker/service/ServerCnx.java    |   7 +-
 .../org/apache/pulsar/broker/service/Topic.java    |   4 +
 .../broker/service/persistent/PersistentTopic.java |  13 +++
 .../ReplicatedSubscriptionsController.java         |  41 +++----
 .../ReplicatedSubscriptionsSnapshotBuilder.java    |   4 +
 .../pulsar/client/api/MultiTopicsConsumerTest.java | 122 +++++++++++++++++++++
 pulsar-client-cpp/run-unit-tests.sh                |   4 +
 .../client/impl/MultiTopicsConsumerImpl.java       |   5 +
 .../apache/pulsar/common/protocol/Commands.java    |   4 +
 pulsar-common/src/main/proto/PulsarApi.proto       |   3 +
 .../pulsar/proxy/server/ProxyConnection.java       |   6 +-
 12 files changed, 206 insertions(+), 42 deletions(-)
 create mode 100644 
pulsar-broker/src/test/java/org/apache/pulsar/client/api/MultiTopicsConsumerTest.java

Reply via email to