非常感谢你的回复! 问下另一个问题,现在有这样一个场景:
1. table api 的计算无法满足一些需求,需要使用 stream api 进行计算; 2. 有现成可用的 table api connector; 3. 没有现成可用的 stream api connector,需要进行一段时间的开发适配工作。 那么是否存在一种方法,使用 table api connector 输入输出数据,但是使用 stream api 进行计算? https://ci.apache.org/projects/flink/flink-docs-release-1.11/dev/table/common.html#convert-a-table-into-a-datastream-or-dataset 文档中的这一节可以满足以上需求吗? -- Sent from: http://apache-flink.147419.n8.nabble.com/
