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

Add configurable limit for query batching #6134

Open
lennyburdette opened this issue Oct 9, 2024 · 0 comments
Open

Add configurable limit for query batching #6134

lennyburdette opened this issue Oct 9, 2024 · 0 comments

Comments

@lennyburdette
Copy link
Contributor

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:

batching:
  enabled: true
  mode: batch_http_link
  max_requests: 10

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant