You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-zh@flink.apache.org by 林影 <br...@gmail.com> on 2020/11/03 09:46:27 UTC

RT,如何动态提交管理Flink Job

正如Apache Livy可以通过RestAPI 提交job一样,Flink有类似的方式吗?
我们的场景现在是根据业务条件可以转化成Flink SQL,想使用和livy类似的方式动态提交Job,社区有人实践过吗