Add support for Bulk State, i.e. SaveBulkStateAsync(...) method#962
Conversation
Codecov Report
@@ Coverage Diff @@
## master #962 +/- ##
==========================================
+ Coverage 69.80% 69.90% +0.10%
==========================================
Files 156 157 +1
Lines 5186 5224 +38
Branches 555 562 +7
==========================================
+ Hits 3620 3652 +32
- Misses 1434 1439 +5
- Partials 132 133 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
|
|
halspang
left a comment
There was a problem hiding this comment.
Code itself is fine, but I think we should align more with the existing API. Shouldn't be a big change to switch it over.
eb4670e to
3681e10
Compare
halspang
left a comment
There was a problem hiding this comment.
Just a nit-pick for some formatting.
Closes dapr#785 Signed-off-by: Yash Nisar <yashnisar@microsoft.com>
halspang
left a comment
There was a problem hiding this comment.
Just some nits for the example now. Big thing you need is to add a reference to it in the README.
Closes dapr#963 Signed-off-by: Yash Nisar <yashnisar@microsoft.com>
Closes #785
Signed-off-by: Yash Nisar yashnisar@microsoft.com
Description
Add support for Bulk State, i.e. sending multiple key value pairs to the dapr
SaveState(...)APIIssue reference
We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.
Please reference the issue this PR will close: #785
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: