Hi All, I have a CDC use case where I want to capture and process debezium logs that are streamed to Kafka via Debezium. As per all the flink examples we have to pre create the schema of the tables where I want to perform a write.
However my question is what if there is an alter table modify column data type query that hits the source RDBMS, how does flink handle that schema change and what changes are supported. If someone can give a full example it will be very very helpful. Regards, Taher Koitawala