Why the function consume the message from service bus topic so slowly?
- Dominant language
- PowerShell
- Stars
- 1.1k
- Forks
- 215
- Avg merge
- 4h 2m
- Merged PRs (30d)
- 1
Description
Hi,
I created one function app to consume message from service bus, then import to cosmos DB, everything is ok, but the only problem is that the function consumes the message in service bus topic so slowly.
1. this is the function app configuration



2. this is the cosomos DB configuration

3, this the service bus topic, you could see, it assemble so many message, I tested, it seems that it only consume 50-60 messages/sec, even less if there are more message send to the topic.

What I want to do is correct, the message can be sent to the topic, function app can consume the message from topic and import to the cosmos DB, but it is too slowly.
Anything I did wrong for the configuration? Please tell me how to make it more quickly.
Thanks
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.