可以的,将 table 转换成 datastream,但是会多一层转换的性能消耗。
方便说下哪个 Connector 有现成的 Table Connector 可以满足需求,但是 Datastream 
Connector不满足需求呢,具体是什么功能呢




在 2020-11-11 16:08:08,"LittleFall" <[email protected]> 写道:
>非常感谢你的回复!
>
>问下另一个问题,现在有这样一个场景:
>
>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/

回复