Ahmad Zolfaghari
Ahmad Zolfaghari
/area documentation /area etcdctl
Thanks @jmhbnz @ivanvc, I'll try to create a TODO list and start working on it.
My perspective is these tasks: - [ ] organize the commands of `etcdctl` just grouping similar commands together. add description and some sample usages/result in these files - [ ]...
Very nice feature to have let me know if i can help with anything.
If you think this task is suitable for me i would like to give it a try.
Sorry do we have any implementation of getting snapshot without need of server? i couldn't find any, all i find needs `Endpoint` to get snapshot from server. If i'm right...
Thanks for answer. I'll try to understand the code and see what can we do. @siyuanfoundation
Also can you please explain what is > something to clean up the old WAL entries Clean from version tags? or delete?
Think i got the answer from my last question. I dive into code and find out we have an example directory of `raft` that seems to do the job we...
I end up reading more about raft to understand the design, here is what stopped me from thinking about implementing offline `snapshotter`.  Based on this photo...