Add `Lease-Read` request support
Open
feature
- Dominant language
- Rust
- Stars
- 44
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
Currently, all requests are being redirected to the leader.
But this approach concentrates all the read requests on the leader unnecessarily, and not all the read requests should be processed only on the leader node.
Let's add the ability to handle read requests from followers via implementing `Lease-Read` request.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.