Implement Bulk Publish functionality#1001
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1001 +/- ##
==========================================
+ Coverage 69.92% 70.15% +0.22%
==========================================
Files 157 160 +3
Lines 5227 5284 +57
Branches 562 567 +5
==========================================
+ Hits 3655 3707 +52
- Misses 1439 1443 +4
- Partials 133 134 +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. |
|
Hello @yash-nisar, did you get a chance to look into dapr/sig-sdk-spec#22? It's still something I am figuring out, but with implementations across SDKs we can make both the SIG specification and SDK PRs consistent. |
|
Hey @shubham1172 , not yet. Will look at it and make the necessary modifications. However, I've mostly tried to be consistent with dapr/java-sdk#789. Thanks for bringing this up ! |
5729afc to
c1fef0c
Compare
halspang
left a comment
There was a problem hiding this comment.
Code looks fine, I think you just need to update the example README to state which subscriber needs to be running.
|
Oh, and please fix the merge conflicts. |
61a4faf to
bf9f966
Compare
bf9f966 to
381683c
Compare
Closes dapr#958 Signed-off-by: Yash Nisar <yashnisar@microsoft.com>
381683c to
532ec79
Compare
Signed-off-by: Yash Nisar yashnisar@microsoft.com
Description
Implement Bulk Publish functionality
Issue 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: #958
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: