Any way to limit rate of writes to Cosmos? #393
-
Is there any way to limit the rate of requests towards Cosmos from the sink connector? This would be useful for making sure the sink can't occupy all available RUs. |
Beta Was this translation helpful? Give feedback.
Answered by
ryancrawcour
May 26, 2021
Replies: 1 comment 2 replies
-
currently, no there is now way to do this. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
kahole
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
currently, no there is now way to do this.
the best option at this stage would be to use a different container for ingesting messages, and provision a set RU throughput for that container.