regatta icon indicating copy to clipboard operation
regatta copied to clipboard

Introduce snapshot manager for Leader replication API

Open coufalja opened this issue 2 years ago • 0 comments

Problem: Snapshotting is a resource-intensive operation on the Leader cluster which in extreme could take the server down.

Proposal:

  • Cache snapshots created by replication API.
  • Snapshots should not be generated in temp folder.
  • Snapshots should be served over HTTP and not gRPC.

coufalja avatar Feb 14 '23 10:02 coufalja