lablup / lablup/raftify

Add `Lease-Read` request support

Open
#29 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.