Jack Feng
Jack Feng
This project is great. I think we can refer to some settings of [Orleans](https://github.com/dotnet/orleans): >What happens if a server crashes? Should we replicate the enqueued messages in order to not...
Any progress on virtual actors? I like its design concept very much
> ``` > OnBecameUnreachable(raftio.NodeInfo) > OnBecameAvailable(raftio.NodeInfo) > ``` > > In other words some API to understand available/unreachable nodes in cluster from RAFT point of view. This feature is great,...
急需要电子书
Thank you for your reply. My idea is that I only need for once like this: ```rust var user= xxx var commands = vec![Update::Name,Update::Pwd] //Fields to be modified let mut...