You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…123)
### What changes were proposed in this pull request?
This PR only add the KV backend interface for EntityStore
### Why are the changes needed?
Currently, We only support storing entity in memory and can't keep it in
persistent storage which will be used latter
Fix: #122
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Not yet
…ore (#125)
### What changes were proposed in this pull request?
- Implement interface EntityStore with KvEntityStore
- Implement KvBackend with RocksDBKvBackend
### Why are the changes needed?
Issue #122 has introduced the KvBackend storage interface for entity
storing, but till now, No implementation has been made to implement this
interface. this PR accomplishes KV backend for RocksDB
Fix: #121
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Add UT `TestEntityStorageBackend`
Describe the proposal
This issue only adds the interface for key-value storage of EntityStore, Detailed implementation will be proposed in next PR
The text was updated successfully, but these errors were encountered: