We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Support a limit on the number of requests in a batch, effectively enforcing the client-side setting. For example:
batching: enabled: true mode: batch_http_link max_requests: 10
AFAIK it's not possible to use Rhai/coprocessors to enforce this because the parsed batch body is not available within extensions points.
Raised on behalf of a customer
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the solution you'd like
Support a limit on the number of requests in a batch, effectively enforcing the client-side setting. For example:
Describe alternatives you've considered
AFAIK it's not possible to use Rhai/coprocessors to enforce this because the parsed batch body is not available within extensions points.
Additional context
Raised on behalf of a customer
The text was updated successfully, but these errors were encountered: