Is there any way to auto infer Kafka topic DDL in Flink without the need of manually CREATE TABLE query, just like in the case of spark.
Is there any way to auto infer Kafka topic DDL in Flink without the need of manually CREATE TABLE query, just like in the case of spark.
You could use Flink Catalogs to connect to metadata repositories, see https://nightlies.apache.org/flink/flink-docs-master/docs/dev/table/catalogs/