This patch adds the RPC client for the storage server. It is based on the proto that was previously merged in #1426
This is a preliminary work and I expect it to go through several modifications. The transaction layer isn't correct, there are issues which will be fixed in the subsequent PRs. I have added appropriate TODOs.
need your help / review in:
The way I am storing tokio runtime and making RPC calls
The transaction lock manager is very basic. I will probably implement the same way it is done in libsql-wal or do you have any alternative suggestions?
This patch adds the RPC client for the storage server. It is based on the proto that was previously merged in #1426
This is a preliminary work and I expect it to go through several modifications. The transaction layer isn't correct, there are issues which will be fixed in the subsequent PRs. I have added appropriate TODOs.
need your help / review in:
libsql-wal
or do you have any alternative suggestions?