This is an automated email from the ASF dual-hosted git repository.
zixuan pushed a change to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from 6697aa165ed [fix][ml] Topic load timeout due to ml data ledger future
never finishes (#23772)
new bc7367e0cf6 [improve][client] Make replicateSubscriptionState nullable
(#23757)
new 89519cce241 [fix][broker] Fix enableReplicatedSubscriptions (#23781)
The 2 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:
.../apache/pulsar/broker/service/ServerCnx.java | 4 +-
.../pulsar/broker/service/SubscriptionOption.java | 2 +-
.../service/nonpersistent/NonPersistentTopic.java | 4 +-
.../service/persistent/PersistentSubscription.java | 19 +++--
.../broker/service/persistent/PersistentTopic.java | 19 ++---
...nableReplicatedSubscriptionsIsDisabledTest.java | 83 +++++++++++++++++++
.../client/api/ReplicateSubscriptionTest.java | 96 ++++++++++++++++++++++
.../apache/pulsar/client/impl/ConsumerImpl.java | 2 +-
.../impl/conf/ConsumerConfigurationData.java | 14 +++-
.../client/impl/ConsumerBuilderImplTest.java | 36 +++++++-
.../apache/pulsar/common/protocol/Commands.java | 8 +-
11 files changed, 260 insertions(+), 27 deletions(-)
create mode 100644
pulsar-broker/src/test/java/org/apache/pulsar/client/api/EnableReplicatedSubscriptionsIsDisabledTest.java
create mode 100644
pulsar-broker/src/test/java/org/apache/pulsar/client/api/ReplicateSubscriptionTest.java