dapr / docs

Dapr user documentation, used to build docs.dapr.io
https://docs.dapr.io
Creative Commons Attribution 4.0 International
994 stars 726 forks source link

[Bulk Subscribe] Need Python non-SDK code snippet #3321

Open hhunter-ms opened 1 year ago

hhunter-ms commented 1 year ago

What content needs to be created or modified? Python SDK example of bulk subscribe

Where should the new material be placed? https://docs.dapr.io/developing-applications/building-blocks/pubsub/pubsub-bulk/#example-1

The associated pull request from dapr/dapr, dapr/components-contrib, or other Dapr code repos dapr/python-sdk#464

hhunter-ms commented 1 year ago

@berndverst would you be able to provide a python example for bulk subscribe?

hhunter-ms commented 1 year ago

updated title to reflect that the bulk publish example in the linked how-to is non-SDK python, so will try and provide a bulk subscribe non-SDK python example as well.

hhunter-ms commented 1 year ago

@DeepanshuA since you worked on the Bulk Subscribe docs for 1.10, would you be able to provide a non-SDK Python example for bulk subscribe?

srilasya02 commented 11 months ago

/assign

alicejgibbons commented 11 months ago

To clarify, we currently do not support the bulk pubsub feature in the python sdk and so these docs are for the HTTP version of the bulk pubsub feature.