MrCroxx / RunKV

[WIP] An experimental cloud-native distributed KV engine for OLTP workload.
MIT License
68 stars 7 forks source link

feat: impl add_endpoints, add_key_range, initialize_raft_group service #111

Closed MrCroxx closed 2 years ago

MrCroxx commented 2 years ago

Implement wheel services for bootstrapping raft groups:

Ref: #88 .