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.
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.