You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@flink.apache.org by Dan Hill <qu...@gmail.com> on 2020/09/23 20:32:37 UTC

Reusing Flink SQL Client's Environment for Flink pipelines

Has anyone tried to reused the Flink SQL Client's yaml Environment
<https://github.com/apache/flink/blob/7574952d31caf1c7f7b114571d2e1d0c7b7f123a/flink-table/flink-sql-client/src/main/java/org/apache/flink/table/client/config/Environment.java>
configuration
for their production setups?  It seems pretty flexible.

I like most of the logic inside ExecutionContext.java
<https://github.com/apache/flink/blob/7574952d31caf1c7f7b114571d2e1d0c7b7f123a/flink-table/flink-sql-client/src/main/java/org/apache/flink/table/client/gateway/local/ExecutionContext.java>.
I'm curious to learn about issues from other Flink developers.