This is an automated email from the ASF dual-hosted git repository.
penghui pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.
from 0992634 add getPartitionIndex() to the Record<> (#9947)
add d81f507 Support get applied compaction threshold (#10038)
No new revisions were added by this update.
Summary of changes:
.../broker/admin/impl/PersistentTopicsBase.java | 15 ++++++++++--
.../pulsar/broker/admin/v2/PersistentTopics.java | 17 ++++---------
.../pulsar/broker/admin/TopicPoliciesTest.java | 28 ++++++++++++++++++++++
.../org/apache/pulsar/client/admin/Topics.java | 17 +++++++++++++
.../pulsar/client/admin/internal/TopicsImpl.java | 15 ++++++++++--
.../pulsar/admin/cli/PulsarAdminToolTest.java | 7 ++++++
.../org/apache/pulsar/admin/cli/CmdTopics.java | 6 ++++-
7 files changed, 87 insertions(+), 18 deletions(-)