DEV Community

Discussion on: What is Geo Redundancy?

Collapse
 
davidcockerill profile image
DavidCockerill • Edited

Hi Pavel, sorry about that, we've updated the link to link to a more insightful document: harperdb.io/developers/documentati...

Pub/sub means a node can publish and/or subscribe to another node. If node A publishes to node B, any changes on node A will be published to node B. If changes happen on node B they will not be reflected on node A. However, if node A is subscribed to node B, changes on node B will be reflected on node A.

I hope that wasn’t too confusing of an explanation.