defradb
defradb copied to clipboard
[EPIC] Replicator retry logic
If node A replicates to node B and node B goes offline while mutations are happening, those mutations will be missed and potentially never synced. We should be smarter about this and implement a retry logic.
### Tasks
- [ ] https://github.com/sourcenetwork/defradb/issues/3072
- [ ] https://github.com/sourcenetwork/defradb/issues/3073