mxm commented on issue #10238: [FLINK-8949] Allow configuration of maximum Rest 
HTTP header length
URL: https://github.com/apache/flink/pull/10238#issuecomment-555934991
 
 
   I just checked, the buffer for reading the header is already dynamic. It is 
just that the code enforces a maximum line length / header length. So a quick 
fix could be to just to raise these limits, without exposing it as a config 
option. 
   
   Adding a watermark REST handler is probably more elegant, especially given 
that we currently always send a list of all sub tasks, which is just redundant.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to