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 2022/08/22 13:02:00 UTC

[pulsar] branch master updated (3fb4b299ed8 -> 43759d2fed8)

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 3fb4b299ed8 [fix][doc] fix delayed message index metrics doc (#17202)
     add 43759d2fed8 [feat][broker]PIP-180: ShadowTopic - Part I - Refactor replicator for ShadowReplicator (#17150)

No new revisions were added by this update.

Summary of changes:
 .../pulsar/broker/service/AbstractReplicator.java  |  55 +++--
 .../nonpersistent/NonPersistentReplicator.java     |  34 +--
 .../persistent/GeoPersistentReplicator.java        | 175 ++++++++++++++
 .../service/persistent/PersistentReplicator.java   | 257 ++++++---------------
 .../broker/service/persistent/PersistentTopic.java |   2 +-
 .../pulsar/broker/service/PersistentTopicTest.java |   5 +-
 6 files changed, 295 insertions(+), 233 deletions(-)
 create mode 100644 pulsar-broker/src/main/java/org/apache/pulsar/broker/service/persistent/GeoPersistentReplicator.java