[P0-22] Add a backend-neutral KV lease-store protocol #30
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/starintel-server#30
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Depends on
Distributed target lease and fencing semantics.
Objective
Keep target scheduling and HTTP APIs independent of a specific KV product while still exposing the atomic operations required for correctness.
Required protocol
Define operations equivalent to:
acquire-leaserenew-leaserelease-leaseget-leaselist-leasesrevoke-leasebackend-healthclose-lease-storeEach operation must accept a deadline and request/idempotency id and return structured outcomes rather than booleans.
Requirements
Acceptance tests