当前位置:网站首页>Pulsar geo replication/ disaster recovery / regional replication
Pulsar geo replication/ disaster recovery / regional replication
2022-07-01 02:23:00 【swadian2008】
Catalog
1. Replication mechanism /mechanisms
(1)Pulsar Asynchronous geo replication in
(2) adopt BookKeeper Synchronous geo replication
(3)Active-standby replication / Take the initiative - Standby replication
(4) Aggregate replication / Aggregation replication
Pulsar Geo replication mechanism is usually used for disaster recovery , Data that supports persistent storage is replicated across multiple data centers . for example , Your app is publishing data in a region , And you want to process this data for consumption in other regions . utilize Pulsar Geographical replication mechanism , Messages can be generated and consumed in different geographic locations .
The following figure illustrates the process of geographic replication . Whenever the producer (P1、P2 and P3) In three different clusters T1 When the news is released , At this point, the message is immediately replicated in the cluster . Once the message is copied , consumer (C1 and C2) These messages can be consumed in their respective clusters .
1. Replication mechanism /mechanisms
Geographic replication mechanisms can be divided into synchronous and asynchronous geographic replication mechanisms .Pulsar Both replication mechanisms are supported .
(1)Pulsar Asynchronous geo replication in
An asynchronous geo replication cluster consists of multiple physical clusters set up in different data centers .Pulsar The messages generated by the topic are first persisted to the local cluster , Then from brokers Asynchronous replication to remote cluster .
Under normal circumstances , When there is no connection problem , The message will be copied immediately , Send to local consumers at the same time . Usually , The end-to-end delivery delay is determined by the network round trip time between data centers (RTT) Definition . Applications can create producers and consumers in any cluster , Even if the remote cluster cannot access ( for example , During network partitioning ).
Asynchronous geo replication provides low latency , Because some data has not been copied , There may be replication delays , Lead to The data consistency guarantee is weak .
(2) adopt BookKeeper Synchronous geo replication
In synchronous geo replication , Synchronous replication of data to multiple data centers , The client must wait for confirmation from other data centers . As shown in the figure below , When a client sends a write request to a cluster , The written data will be copied to the other two data centers . Only when most data centers ( In this case , There are at least 2 Data centers ) Confirmed Write is persisted when , To confirm the write request to the client .
Pulsar Synchronous geo replication in is performed by BookKeeper Realization . A synchronous geo replication cluster consists of a bookies Cluster and a brokers colony , And an overall situation Zookeeper install (Zookeeper Integrate and operate in multiple data centers ). You need to configure a BookKeeper region-aware Placement strategy , To store data across multiple data centers , And ensure the availability constraints of write operations (availability constraints on writes).
Synchronous geo replication provides the highest availability , It also ensures stronger data consistency between different data centers . however , Your application must Bear the additional cost of cross data center latency .
2. Copying model /patterns
Pulsar Provides great flexibility for customizing replication policies . You can set different replication modes , Provide replication strategies for applications between multiple data centers .
(1) Mesh topology replication
Use mesh topology replication (Full-mesh replication) And apply selective message replication , You can customize replication policies and topologies between any number of data centers .
(2)Active-active Copy
Active-active Replication is a variant of mesh topology replication , There are only two data centers . Producers can run and generate messages in any data center , Consumers can consume all messages from all data centers .
(3)Active-standby replication / Take the initiative - Standby replication
Active-standby Copy is Active-active A variant of replication . The producer sends a message to the active data center , At the same time, copy the message to the standby data center for backup . If the active data center shuts down , The standby data center will take over and become the active data center .
(4) Aggregate replication / Aggregation replication
The aggregate replication pattern is often used to pull messages from the edge ( The brink of disaster ) Copy to cloud . for example , Suppose you are in 3 There are... In front data centers 3 Clusters , There is an aggregation cluster in a central data center , And you want to replicate messages from multiple front-end data centers to the central data center for aggregation . then , You can create a separate namespace for topics used by each front-end data center , And assign the aggregated data center to these namespaces .
边栏推荐
- How to realize the scene linkage of intelligent lock, lamp and intelligent curtain motor in zhiting?
- Leetcode (524) -- match the longest word in the dictionary by deleting letters
- SWT/ANR问题--ANR/JE引发SWT
- 模板:全局平衡二叉树
- Comment réaliser la liaison entre la serrure intelligente et la lampe, la scène du moteur de rideau intelligent dans le timing intelligent?
- 现在开户有优惠吗?另外,手机开户安全么?
- Ernie gram, an explicit and complete n-gram mask language model, implements explicit n-gram semantic unit knowledge modeling.
- 如何在智汀中實現智能鎖與燈、智能窗簾電機場景聯動?
- (翻译)实时内联验证更容易让用户犯错的原因
- 视觉特效,图片转成漫画功能
猜你喜欢
SQL语句关联表 如何添加关联表的条件 [需要null值或不需要null值]
QML控件类型:ToolTip
2022年最新csdn涨薪技术栈-app自动化测试概述
Fix names in the table (first character uppercase, other lowercase)
(总结一)Halcon基础之寻找目标特征+转正
LabVIEW calculates the camera image sensor resolution and lens focal length
(translation) reasons why real-time inline verification is easier for users to make mistakes
CorelDRAW 2022中文精简64位直装版下载
如何在智汀中实现智能锁与灯、智能窗帘电机场景联动?
运算符重载的初识
随机推荐
map数组函数
SWT/ANR问题--Dump时间过长导致的SWT
Pulsar 主题压缩
[proteus simulation] Arduino UNO +74c922 keyboard decoding drive 4x4 matrix keyboard
计算特殊奖金
运算符重载的初识
Do you write API documents or code first?
centos 安装多个版本的php并切换
Laravel event & subscription
How does ZABBIX configure alarm SMS? (alert SMS notification setting process)
零基础自学SQL课程 | 窗口函数
SWT/ANR问题--Native方法执行时间过长导致SWT
QML控件类型:ToolTip
集群方法同步执行框架 Suona
What are the preferential activities for stock account opening? In addition, is it safe to open a mobile account?
模板:全局平衡二叉树
Pycharm 打开远程目录 Remote Host
nacos配置中心使用教程
There is no future to be expected. It is just the last fantasy of a migrant worker before he dies
URL和URI