Implement Raftify KVS
Open
- Dominant language
- Python
- Stars
- 670
- Forks
- 183
- Avg merge
- 17h 7m
- Merged PRs (30d)
- 358
Description
## Motivation
- reduce dependencies on external libraries and take advantage of the KVS that raftify can provide
## Required Features
- implement all functions that `AsyncETCD` currently holds
## Impact
- `etcd.py` under commons
## Testing Scenarios
- all functions that `AsyncETCD` currently holds need to be tested
- including but not limited to: `put`, `get`, `delete`, `replace`, etc.
Contributor guide
Assessment
This issue has not been assessed yet.