You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by pe...@apache.org on 2020/06/05 01:59:44 UTC

[pulsar] branch master updated (6926180 -> 3fc969a)

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 6926180  Fix Duplicated messages are sent to dead letter topic #6960 (#7021)
     add 3fc969a  Fixed ordering issue in KeyShared dispatcher when adding consumer (#7106)

No new revisions were added by this update.

Summary of changes:
 .../apache/pulsar/broker/service/Dispatcher.java   |   4 +
 ...istentStickyKeyDispatcherMultipleConsumers.java |  68 ++++++++++-
 .../service/persistent/PersistentSubscription.java |   5 +
 .../client/api/KeySharedSubscriptionTest.java      | 132 ++++++++++++++++++---
 4 files changed, 189 insertions(+), 20 deletions(-)