This is an automated email from the ASF dual-hosted git repository.
penghui pushed a change to branch branch-2.8
in repository https://gitbox.apache.org/repos/asf/pulsar.git.
from 9021dea Fix subscription permission not working in reset cursor
(#11132)
new b2f951c [Issue 10579] Fix inputs to return a list of topic (#11094)
new 6cf8cb0 Fix GetListInBundle return all Topics in bundle (#11110)
new 08f7ea9 Fix the timestamp description for resetCursor (#11121)
new ee3cad6 Change test group to broker for ReplicatorTest and fix the
test (#11134)
new e02bb30 Fix replay topic policy message not work (#11136)
new 5bf8f4c Fix missed header for some compilers (#11152)
new 6981ba8 [Broker/Bookie] Set
-Dio.netty.tryReflectionSetAccessible=true for pulsar processes (#11138)
The 7 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:
bin/bookkeeper | 3 ++
bin/function-localrunner | 3 ++
bin/pulsar | 3 ++
pom.xml | 1 +
.../broker/admin/v2/NonPersistentTopics.java | 21 ++++++++----
.../pulsar/broker/admin/v2/PersistentTopics.java | 2 +-
.../SystemTopicBasedTopicPoliciesService.java | 10 +++++-
.../apache/pulsar/broker/admin/AdminApiTest2.java | 39 +++++++++++++++++++---
.../pulsar/broker/admin/TopicPoliciesTest.java | 25 ++++++++++++--
.../pulsar/broker/service/ReplicatorTest.java | 20 +++++------
pulsar-client-cpp/lib/KeySharedPolicy.cc | 1 +
.../pulsar/functions/utils/SinkConfigUtils.java | 4 +++
.../functions/utils/SinkConfigUtilsTest.java | 1 +
.../worker/rest/api/v3/SinkApiV3ResourceTest.java | 6 ++++
14 files changed, 115 insertions(+), 24 deletions(-)