-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bulk Pubsub implementation in SDK #464
Comments
This issue has been automatically marked as stale because it has not had activity in the last 60 days. It will be closed in the next 7 days unless it is tagged (pinned, good first issue, help wanted or triaged/resolved) or other activity occurs. Thank you for your contributions. |
@mukundansundar only maintainers should apply labels - please do not do that (even if it makes sense) |
@mukundansundar is there a SDK reference implementation for bulk pubsub yet? If so please link that here. |
For bulk publish JS SDK dapr/js-sdk#430 For bulk subscribe |
+1 on usage, currently doing it with the requests library but would be nice to be able to use the SDK with gRPC support |
When implementing this, please ensure to write a e2e test which verifies that publish metadata is actually applied to all items in a bulk publishing batch. |
/assign |
I'll get on this once the related issue gets fixed by my pr dapr/go-sdk#478 |
This needs a new owner. |
Describe the proposal
Add SDK support for the new bulk Pub/Sub API runtime issue: dapr/dapr#2218
The text was updated successfully, but these errors were encountered: