e2e: make `per_connection_buffer_limit_bytes` configurable
Description: relates to https://github.com/envoyproxy/gateway/issues/2600
This issue has been automatically marked as stale because it has not had activity in the last 30 days.
I want to test this feature in e2e, but there is a problem, currently most http filters supported by EG are streaming filter or buffering filter required explicit buffer limit. I need a filter to buffer whole request body to test listener buffer limit without any other buffer limit on filter to overwrite listener buffer limit.
I found extProc can be used to test listener buffer limit via set ExtProcBodyProcessingMode to Buffered. Is this thought acceptable ? And do you have any other opinions ? @yaelSchechter @arkodg
This issue has been automatically marked as stale because it has not had activity in the last 30 days.