You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flink offers a service to look at failed or completed jobs even after the cluster has been restarted. Namely it's the Flink History Server. So far I haven't found any hints how to get the history server to work in conjunction with the flink-operator.
I'm curious if there are any plans to integrate this feature in the future.
The text was updated successfully, but these errors were encountered:
There are no plans at the moment to add flink history service in part because it's easy to deploy it together with FlinkCluster resources. That said, this doesn't invalidate the fact that we could add some examples on how to do this and possibly consider it's management through flink-operator.
thanks for your reply. I would be happy about some examples to know how it is intended to be used at the moment. Right now this is not really clear to me. Thanks a lot.
Hi,
Flink offers a service to look at failed or completed jobs even after the cluster has been restarted. Namely it's the Flink History Server. So far I haven't found any hints how to get the history server to work in conjunction with the flink-operator.
I'm curious if there are any plans to integrate this feature in the future.
The text was updated successfully, but these errors were encountered: