This is an automated email from the ASF dual-hosted git repository.
yubiao pushed a change to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from 3ccc2136ff0 [fix][broker] Fix geo-replication admin client url (#22584)
new 0fab9ed7a17 [fix][admin] Fix half deletion when attempt to topic with
a incorrect API (#23002)
new 16da5f78e11 [fix][broker] Fix stuck when enable topic level
replication and build remote admin fails (#23028)
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/admin/AdminResource.java | 15 ++++--
.../broker/admin/impl/PersistentTopicsBase.java | 12 ++++-
.../pulsar/broker/admin/v2/PersistentTopics.java | 14 ++++-
.../pulsar/broker/admin/AdminTopicApiTest.java | 62 ++++++++++++++++++++++
.../broker/service/OneWayReplicatorTest.java | 39 +++++++++++++-
5 files changed, 135 insertions(+), 7 deletions(-)