zilla icon indicating copy to clipboard operation
zilla copied to clipboard

Handle large HTTP headers

Open vordimous opened this issue 9 months ago • 0 comments

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

vordimous avatar May 22 '24 17:05 vordimous