I'm new to ksqldb, and I’m looking for a version control tool for ksqldb like flyway migrations for RDMBS in java.
I read the page below and understand the way of upgrading queries, but I'd like to operate to control versions of streams and tables more systematically. https://docs.ksqldb.io/en/latest/concepts/upgrades/
Maybe there is no tools to meet this kind of requirements so far, and I just need to develop by myself? or is any projects for this ongoing?