Akira Hayakawa
Akira Hayakawa
@KunPengRen [integration-tests](https://github.com/akiradeveloper/lol/tree/v0.9.1/integration-tests) runs the kvs example to test the library. I think you can learn from this. In integration-tests, the test nodes are started on localhost but giving them normal...
@KunPengRen > From my understand, first, I run a raft node and keep this node ip+prot then, I use the API method api::AddServerReq and the first node id to run...
@RishiKumarRay I've waited for the current PR to be fixed two weeks but no action's been made so I think you can make a new PR. The script is almost...
Tonic went back to 2018 https://github.com/hyperium/tonic/pull/847
It would be a great help if I could know prior what design change is to come with tonic's HTTP/3 support. This will affect every design choice in my library.
Looks like the io-uring is a flag. There is a line for not using io-uring. https://github.com/spacejam/sled/blob/e95ec0571ae985e6f763a8226db8b8d6c065daba/src/pagecache/iobuf.rs#L797 ```rust #[cfg(not(feature = "io_uring"))] { ```
redb is another option. https://github.com/cberner/redb
Now it uses 2021.
I will remove lol-admin in 0.10
I am reworking.