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

Handle large HTTP headers #1046

Closed
vordimous opened this issue May 22, 2024 · 0 comments · Fixed by #1196
Closed

Handle large HTTP headers #1046

vordimous opened this issue May 22, 2024 · 0 comments · Fixed by #1196
Assignees
Labels
story Feature description from user's perspective

Comments

@vordimous
Copy link
Contributor

vordimous commented May 22, 2024

Describe the desired outcome from the user's perspective
When the browser interacts with an HTTP endpoint it sends a lot fo header information causing a 400 error code. This can be alleviated with the run param -Pzilla.binding.kafka.client.produce.record.framing.size=1024.

Acceptance criteria

  • Update the default value to be more resilient
  • Publish an event with the failure reason of "Header size too large"

Here is the /var/run/zilla dir from reproducing this issue with the same request. The first request went directly to zilla and the second went through the ingress-nginx controller and caused the 400 error.
zilla-7954b94d6d-h2sbx.tar.gz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
story Feature description from user's perspective
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants