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

HTTP API: reduce body size limit for the endpoint used to bind queues/streams/exchanges #12696

Merged

Conversation

michaelklishin
Copy link
Member

It does not need to use the "worst case scenario"
default HTTP request body size limit that
is primarily necessary because definition imports
can be large (MiBs in size, for example).

Since exchange, queue names and routing key
have limits of 255 bytes and optional arguments
can practically be expected to be short, we
can lower the limit to < 10 KiB.

It does not need to use the "worst case scenario"
default HTTP request body size limit that
is primarily necessary because definition imports
can be large (MiBs in size, for example).

Since exchange, queue names and routing key
have limits of 255 bytes and optional arguments
can practically be expected to be short, we
can lower the limit to < 10 KiB.
@michaelklishin michaelklishin changed the title HTTP API: limit default body size for binding creation HTTP API: limit default body size for the endpoint that operates on bindings Nov 9, 2024
@michaelklishin michaelklishin changed the title HTTP API: limit default body size for the endpoint that operates on bindings HTTP API: limit default body size for the endpoint used to bind queues/streams/exchanges Nov 9, 2024
@mergify mergify bot added the bazel label Nov 9, 2024
@michaelklishin michaelklishin changed the title HTTP API: limit default body size for the endpoint used to bind queues/streams/exchanges HTTP API: reduce body size limit for the endpoint used to bind queues/streams/exchanges Nov 9, 2024
@michaelklishin michaelklishin merged commit 6738264 into main Nov 9, 2024
272 checks passed
@michaelklishin michaelklishin deleted the mk-http-api-lower-body-length-limit-for-binding-creation branch November 9, 2024 22:13
@michaelklishin michaelklishin added this to the 4.1.0 milestone Nov 9, 2024
michaelklishin added a commit that referenced this pull request Nov 9, 2024
michaelklishin added a commit that referenced this pull request Nov 9, 2024
michaelklishin added a commit that referenced this pull request Nov 9, 2024
HTTP API: reduce body size limit for the endpoint used to bind queues/streams/exchanges (backport #12696)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant