Github user bowenli86 commented on the issue:
https://github.com/apache/flink/pull/4757
@tillrohrmann @tzulitai Hi guys, I want to have you take an early look at
my work for porting the handler. I'm haven't fully figured out the following
issues:
1. I don't know where `JobMetricsHeaders` should fit...
2. Is there an integration test for this handler?
3. How to test the job handler manually? I started the flip6 cluster, tried
to submit the `SocketWindowWordCount` example, but I couldn't see a running job
on my web UI
It would be really nice if you can write up a single doc explaining the
REST API workflow before and after flip6, and have a test manual I can follow.
Thanks!
---