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/11/09 03:22:36 UTC

[pulsar] branch master updated (c43be24 -> c989661)

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 c43be24  PIP-62: Delete pulsar adapters (#8480)
     add c989661  Support taking de-duplication snapshots based on time (#8474)

No new revisions were added by this update.

Summary of changes:
 conf/broker.conf                                   |  6 ++
 .../apache/pulsar/broker/ServiceConfiguration.java | 12 ++++
 .../pulsar/broker/service/BrokerService.java       | 15 +++++
 .../org/apache/pulsar/broker/service/Topic.java    |  2 +
 .../service/nonpersistent/NonPersistentTopic.java  |  5 ++
 .../service/persistent/MessageDeduplication.java   | 26 +++++++++
 .../broker/service/persistent/PersistentTopic.java |  5 ++
 .../service/persistent/TopicDuplicationTest.java   | 67 ++++++++++++++++++++++
 8 files changed, 138 insertions(+)