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

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


    from 9339fd4d98a [broker][monitoring][fix] fix 
`pulsar_subscription_msg_ack_rate` (#16866)
     new 2e761b8a0dd [fix][client-c++] Close `messages_` when 
PartitionedConsumer is closed (#16887)
     new ccb61401902 fix PatternTopicsChangedListener blocked when topic 
removed (#16842)
     new 29b23acd510 [fix][broker] ManagedCursor: mark delete no callback when 
create meta-ledger fail (#16841)

The 3 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:
 .../bookkeeper/mledger/impl/ManagedCursorImpl.java |  4 +-
 pulsar-client-cpp/lib/ConsumerImpl.cc              |  4 ++
 pulsar-client-cpp/lib/MultiTopicsConsumerImpl.cc   |  4 ++
 pulsar-client-cpp/lib/PartitionedConsumerImpl.cc   |  7 ++++
 pulsar-client-cpp/tests/ConsumerTest.cc            | 43 ++++++++++++++++++++++
 .../client/impl/MultiTopicsConsumerImpl.java       |  8 +++-
 6 files changed, 67 insertions(+), 3 deletions(-)

Reply via email to