You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2019/09/24 15:40:47 UTC

[pulsar] branch master updated (c728bd5 -> 2ad58c4)

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

mmerli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


    from c728bd5  [Doc] Add *Kafka sink connector guide* (#5210)
     add 2ad58c4  Bug in Message Deduplication that may cause incorrect client/broker interaction (#5243)

No new revisions were added by this update.

Summary of changes:
 .../service/persistent/MessageDeduplication.java   |  41 +++++-
 .../broker/service/persistent/PersistentTopic.java |  16 ++-
 .../service/persistent/MessageDuplicationTest.java | 146 +++++++++++++++++++++
 3 files changed, 192 insertions(+), 11 deletions(-)
 create mode 100644 pulsar-broker/src/test/java/org/apache/pulsar/broker/service/persistent/MessageDuplicationTest.java