Open
Description
Is your feature request related to a problem? Please describe.
Cosmos DB for NodeJS currently doesn't have any way of limiting RU throughput on the client side. In Java there is a class called ThroughputControlGroup which allows limiting the client max ru consumption.
Describe the solution you'd like
Implement a similar ThroughputControlGroup for NodeJS.
Describe alternatives you've considered
No alternatives considered at the moment
Additional context
https://azuresdkdocs.blob.core.windows.net/$web/java/azure-cosmos/latest/com/azure/cosmos/ThroughputControlGroupConfig.html
here is the class to configure a ThroughputControlGroup for Java
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Labels
This issue points to a problem in the data-plane of the library.Workflow: This issue is responsible by Azure service team.Issues that are reported by GitHub users external to the Azure organization.Workflow: This issue needs attention from Azure service team or SDK teamThe issue doesn't require a change to the product in order to be resolved. Most issues start as that