Any thoughts on lifecycle management / migrations ...
# random
d
Any thoughts on lifecycle management / migrations for Flink? I guess anyone that's using it needs to deploy a job, keep it versioned and then manage its updates (potentially migrating state for larger changes). How do y'all do this, anything usable off the shelf or does one need to write an own version management wrapper around Flink?
h
I'm using flyway in a container to handle everything.