fintechstudios / ververica-platform-k8s-operator

Kubernetes Operator for the Ververica Platform
https://flink-packages.org/packages/ververica-platform-k8s-operator
Apache License 2.0
34 stars 12 forks source link

Add framework for polling the Ververica Platform #31

Closed austince closed 4 years ago

austince commented 5 years ago

We need a way to poll the Ververica Platform for updates to Deployments, Savepoints, etc. This will involve starting and stopping pollers per-resource. It's been suggested to implement this through goroutines sending update events through a channel. The implementation should be able to be used across all custom resources.

austince commented 5 years ago

Basic work has been started on this branch: https://github.com/fintechstudios/ververica-platform-k8s-controller/tree/feat/polling