Hi, I'm writing a job that wants to make an HTTP request once a watermark has reached all tasks of an operator. It would be great if this could be determined from outside the Flink job, but I don't think it's possible to access watermark information for the job as a whole. Below is a workaround I've come up with:
Does this implementation seem like a valid workaround? Any other alternatives I should consider? Thanks for your help, Kaustubh |
Have you considered using the metric
system to access the current watermarks for each operator? (see
https://ci.apache.org/projects/flink/flink-docs-master/monitoring/metrics.html#io)
On 08.02.2019 03:19, Kaustubh Rudrawar wrote:
|
Free forum by Nabble | Edit this page |