This is an automated email from the ASF dual-hosted git repository.
rdhabalia pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from c3a92b213f0 [fix] [ml] Fix uncompleted future when remove cursor
(#20050)
add 34b6e892696 [feat] [broker] PIP-188 support blue-green cluster
migration [part-2] (#19605)
No new revisions were added by this update.
Summary of changes:
.../apache/pulsar/broker/service/Replicator.java | 2 +
.../apache/pulsar/broker/service/ServerCnx.java | 24 ++-
.../org/apache/pulsar/broker/service/Topic.java | 2 +
.../nonpersistent/NonPersistentReplicator.java | 2 +-
.../service/nonpersistent/NonPersistentTopic.java | 5 +
.../service/persistent/PersistentReplicator.java | 4 +-
.../broker/service/persistent/PersistentTopic.java | 21 +-
.../broker/auth/MockedPulsarServiceBaseTest.java | 8 +-
.../broker/service/ClusterMigrationTest.java | 229 ++++++++++++++++++---
9 files changed, 253 insertions(+), 44 deletions(-)