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 fa1b14a [stats] Do not expose meaningless stats for publisher (#11454)
new d3bc1eb Enable peeking encrypted batch messages (#11244)
new 68b0ca4 Expose broker entry metadata and deliverAtTime to
peekMessages/getMessageById/examineMessage (#11279)
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:
.../broker/admin/impl/PersistentTopicsBase.java | 15 ++++
.../apache/pulsar/broker/admin/AdminApiTest.java | 43 +++++++++++
.../broker/service/BrokerEntryMetadataE2ETest.java | 89 +++++++++++++++++++++-
.../pulsar/client/admin/internal/TopicsImpl.java | 68 +++++++++++++++--
.../org/apache/pulsar/admin/cli/CmdTopics.java | 27 ++++++-
.../org/apache/pulsar/client/impl/MessageImpl.java | 7 ++
6 files changed, 235 insertions(+), 14 deletions(-)