This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a change to branch branch-2.11
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from 0cf5a837512 [fix][test] testModularLoadManagerRemoveBundleAndLoad
(#19710)
new c00c3c1e2a7 [refactor][broker] Suppress error logging when message
expiration fails (#19778)
new 3fcaa0a3044 [improve][broker] Make get list from bundle Admin API
async (#20652)
new e530c8bf1f1 [improve][broker] Avoid print redirect exception log when
get list from bundle (#20846)
new c9d2e266300 [improve][admin]internalGetMessageById shouldn't be
allowed on partitioned topic (#19013)
new ae8d1496274 [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 441fd68d8a5 [improve][broker] Consistently add fine-grain
authorization to REST API (#22202)
The 6 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 | 4 +
.../broker/admin/impl/PersistentTopicsBase.java | 268 ++++++++++--------
.../broker/admin/impl/SchemasResourceBase.java | 2 +-
.../pulsar/broker/admin/v1/PersistentTopics.java | 20 +-
.../broker/admin/v2/NonPersistentTopics.java | 69 +++--
.../pulsar/broker/admin/v2/PersistentTopics.java | 269 +++++++++++-------
.../pulsar/broker/admin/v3/Transactions.java | 10 +-
.../pulsar/broker/web/PulsarWebResource.java | 9 +-
.../broker/admin/TopicPoliciesAuthZTest.java | 308 +++++++++++++++++++++
9 files changed, 690 insertions(+), 269 deletions(-)