gateway icon indicating copy to clipboard operation
gateway copied to clipboard

e2e: make `per_connection_buffer_limit_bytes` configurable

Open yaelSchechter opened this issue 1 year ago • 2 comments

Description: relates to https://github.com/envoyproxy/gateway/issues/2600

yaelSchechter avatar Apr 07 '24 07:04 yaelSchechter

This issue has been automatically marked as stale because it has not had activity in the last 30 days.

github-actions[bot] avatar May 07 '24 08:05 github-actions[bot]

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

aoledk avatar Jun 26 '24 10:06 aoledk

This issue has been automatically marked as stale because it has not had activity in the last 30 days.

github-actions[bot] avatar Jul 26 '24 16:07 github-actions[bot]