This is an automated email from the ASF dual-hosted git repository.
penghui pushed a change to branch branch-2.10
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from 9c29b76ff2b Release 2.10.6
new 858f04edce2 [improve][broker] Avoid print redirect exception log when
get list from bundle (#20846)
new 10cbcc01547 [improve][admin]internalGetMessageById shouldn't be
allowed on partitioned topic (#19013)
new a080aebe015 [improve] [broker] Do not print an Error log when
responding to `HTTP-404` when calling `Admin API` and the topic does not exist.
(#21995)
new cb65e17ea8a [improve][broker] Consistently add fine-grain
authorization to REST API (#22202)
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:
.../apache/pulsar/broker/admin/AdminResource.java | 11 ++
.../broker/admin/impl/PersistentTopicsBase.java | 194 +++++++++---------
.../pulsar/broker/admin/v1/PersistentTopics.java | 20 +-
.../broker/admin/v2/NonPersistentTopics.java | 16 +-
.../pulsar/broker/admin/v2/PersistentTopics.java | 219 ++++++++++++++-------
.../pulsar/broker/admin/v3/Transactions.java | 16 ++
.../broker/admin/TopicPoliciesAuthZTest.java | 206 ++++++++++++++++++-
7 files changed, 496 insertions(+), 186 deletions(-)