MrCroxx / RunKV

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

connect rpc server when bootstrap #65

Closed MrCroxx closed 2 years ago

MrCroxx commented 2 years ago

Now rpc client connects to the server when building, which requires to build each components in order in integration test. The ideal way is avoid connecting when building, and connects when bootstrap.