You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/11/20 09:04:13 UTC

[GitHub] [flink] uce commented on issue #10238: [FLINK-8949] Allow configuration of maximum Rest HTTP header length

uce commented on issue #10238: [FLINK-8949] Allow configuration of maximum Rest HTTP header length
URL: https://github.com/apache/flink/pull/10238#issuecomment-555908833
 
 
   Adding a separate endpoint for the watermarks of all subtasks of a vertex seems reasonable to me:
   
   ```
   /jobs/:jobid/vertices/:vertexid/watermarks
   ```
   
   This would also work for the frontend which displays the watermarks on a per-subtask basis.
   
   Users can still use the metrics endpoint if they are interested in individual watermarks.
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services