-
Notifications
You must be signed in to change notification settings - Fork 326
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(procedure): auto split large value to multiple values (#3605)
* feat: implement MultipleValuesStream * refactor: move KeySet to common-procedure * refactor: move MultipleValuesStream to common-procedure * refactor: refactor String to KeySet * fix: fix dropping `collecting` unexpectedly * fix: fix typo * refactor: add the fast path of put * refactor: remove `single_value_collector` * refactor: use `extend` instead of `push` * test: add more tests for `KvStateStore` * test(etcd_store): add more tests for `KvStateStore` * chore: apply suggestions from CR * chore: apply suggestions from CR * refactor: refactor with async_stream * Update src/common/procedure/src/store/util.rs Co-authored-by: Yingwen <realevenyag@gmail.com> --------- Co-authored-by: Yingwen <realevenyag@gmail.com>
- Loading branch information
Showing
5 changed files
with
519 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.