This is an automated email from the ASF dual-hosted git repository.
zixuan pushed a change to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from 84a4bc60f81 [fix][ml] Topic load timeout due to ml data ledger future
never finishes (#23772)
new 109f04251f8 [improve][client] Make replicateSubscriptionState nullable
(#23757)
new a592077ca0f [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