This is an automated email from the ASF dual-hosted git repository.
yubiao pushed a change to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from 0519a5bd22e [improve][broker] Don't rollover empty ledgers based on
inactivity (#21893)
new 4ef5132aa46 [fix] [client] Messages lost due to TopicListWatcher
reconnect (#21853)
new b7717bdebbe [fix] [broker] Fix break change: could not subscribe
partitioned topic with a suffix-matched regexp due to a mistake of PIP-145
(#21885)
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/auth/MockedPulsarServiceBaseTest.java | 23 +++
.../client/impl/PatternTopicsConsumerImplTest.java | 173 +++++++++++++++++++--
.../impl/PatternMultiTopicsConsumerImpl.java | 105 +++++++++----
.../pulsar/client/impl/TopicListWatcher.java | 7 +-
.../pulsar/client/impl/TopicListWatcherTest.java | 2 +-
.../org/apache/pulsar/common/topics/TopicList.java | 21 ++-
6 files changed, 287 insertions(+), 44 deletions(-)