This is an automated email from the ASF dual-hosted git repository.

xiangying pushed a change to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/pulsar.git


    from 2c519a386ac Release 4.0.8
     new 8350352152c [feat][admin] PIP-415: Support getting message ID by index 
(#24222)
     new a6c28ae9d97 [fix][cli] Print result of GetMessageIdByIndex command 
(#24446)

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:
 merged_prs.txt                                     |   6 +
 .../broker/admin/impl/PersistentTopicsBase.java    | 128 +++++++++++++++++++++
 .../pulsar/broker/admin/v2/PersistentTopics.java   |  33 ++++++
 .../broker/service/BrokerEntryMetadataE2ETest.java |  96 ++++++++++++++++
 .../org/apache/pulsar/client/admin/Topics.java     |  57 +++++++++
 .../pulsar/client/admin/internal/TopicsImpl.java   |  26 +++++
 .../pulsar/admin/cli/PulsarAdminToolTest.java      |   3 +-
 .../org/apache/pulsar/admin/cli/CmdTopics.java     |  18 +++
 run.py                                             |   7 ++
 9 files changed, 373 insertions(+), 1 deletion(-)
 create mode 100644 merged_prs.txt
 create mode 100755 run.py

Reply via email to