Skip to content
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

ServiceBus Batch Receive support #1216

Closed
pankajbhagra opened this issue Jun 8, 2017 · 1 comment
Closed

ServiceBus Batch Receive support #1216

pankajbhagra opened this issue Jun 8, 2017 · 1 comment
Labels
feature-request This issue requires a new behavior in the product in order be resolved. Service Attention Workflow: This issue is responsible by Azure service team. Service Bus

Comments

@pankajbhagra
Copy link

I was looking for support to do batch read out of serviceBus using python SDK. I saw a support for
send_queue_message_batch() but couldnt find support for bulk receive in receive_subscription_message. similar support available in C-sharp sdk.

To scale the receiver throughput (which reads one message a time), i need to avoid the RTT from client to serviceBus. i would like to either use (https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-performance-improvements)
a) prefetchCount
b) use bulk read receive_subscription_message_batch()

Didn't find any of these in the current python SDK (using version azure-servicebus==0.21.0). At this stage i don't want to create parallel consumers as it would require re-ordering the message from the common source.

Is there a plan to add either of these batch or prefetch support in near future for serviceBus consumer or alternate suggestion to make consumer consume faster (instead of 1 message per RTT) ?

@lmazuel lmazuel added feature-request This issue requires a new behavior in the product in order be resolved. Service Bus labels Jun 9, 2017
@lmazuel
Copy link
Member

lmazuel commented Jun 9, 2017

Hi @pankajbhagra

Currently for performance on SB, the service team recommends the usage of AMQP. We have no plan to add more features in the current HTTP client azure-servicebus unfortunately, we are just doing support for bugs :(

Thank you,

@lmazuel lmazuel closed this as completed Jun 9, 2017
@bsiegel bsiegel added the Service Attention Workflow: This issue is responsible by Azure service team. label Sep 26, 2018
@github-actions github-actions bot locked and limited conversation to collaborators Apr 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request This issue requires a new behavior in the product in order be resolved. Service Attention Workflow: This issue is responsible by Azure service team. Service Bus
Projects
None yet
Development

No branches or pull requests

3 participants