Hi, Looks like Flink table connectors do not include `kinesis`. (only FileSystem, Kafka, ES) see https://ci.apache.org/projects/flink/flink-docs-stable/dev/table/connect.html#table-connectors . I also found some examples for Kafka: https://eventador.io/blog/flink_table_and_sql_api_with_apache_flink_16/. I'm wondering is there such a thing for kinesis also.
Is there any plan to support this in the future? Otherwise, what needs to be done if we want to implement it on my own. Basically, I have a kinesis stream that emits json string data and I would like to use Flink Table/SQL api to to the streaming/batch processing. Currently, I'm using DataStream API which is not as flexible. Any help would be appreciated. Thanks, Fanbin