python-sdk icon indicating copy to clipboard operation
python-sdk copied to clipboard

Bulk Pubsub implementation in SDK

Open mukundansundar opened this issue 2 years ago • 9 comments

Describe the proposal

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

mukundansundar avatar Sep 26 '22 04:09 mukundansundar

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.

dapr-bot avatar Dec 16 '22 23:12 dapr-bot

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

berndverst avatar Jan 11 '23 22:01 berndverst

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

berndverst avatar Jan 11 '23 22:01 berndverst

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

mukundansundar avatar Jan 12 '23 04:01 mukundansundar

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

XavierGeerinck avatar May 07 '23 11:05 XavierGeerinck

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.

berndverst avatar May 30 '23 16:05 berndverst

/assign

sadath-12 avatar Dec 03 '23 07:12 sadath-12

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

sadath-12 avatar Dec 03 '23 07:12 sadath-12

This needs a new owner.

berndverst avatar Jul 03 '24 21:07 berndverst