dapr / python-sdk

Dapr SDK for Python
Apache License 2.0
232 stars 127 forks source link

Bulk Pubsub implementation in SDK #464

Open mukundansundar opened 2 years ago

mukundansundar commented 2 years ago

Describe the proposal

Add SDK support for the new bulk Pub/Sub API runtime issue: https://github.com/dapr/dapr/issues/2218

dapr-bot commented 1 year ago

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.

berndverst commented 1 year ago

@mukundansundar only maintainers should apply labels - please do not do that (even if it makes sense)

berndverst commented 1 year ago

@mukundansundar is there a SDK reference implementation for bulk pubsub yet? If so please link that here.

mukundansundar commented 1 year ago

For bulk publish Java sdk https://github.com/dapr/java-sdk/pull/789

JS SDK https://github.com/dapr/js-sdk/pull/430

For bulk subscribe JS SDK https://github.com/dapr/js-sdk/pull/437

XavierGeerinck commented 1 year ago

+1 on usage, currently doing it with the requests library but would be nice to be able to use the SDK with gRPC support

berndverst commented 1 year ago

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.

sadath-12 commented 11 months ago

/assign

sadath-12 commented 11 months ago

I'll get on this once the related issue gets fixed by my pr https://github.com/dapr/go-sdk/pull/478

berndverst commented 4 months ago

This needs a new owner.

hhunter-ms commented 2 days ago

@mukundansundar @berndverst - I'm triaging docs for the release - is this still targeting 1.15?