sjwiesman commented on a change in pull request #129: URL: https://github.com/apache/flink-statefun/pull/129#discussion_r465189718
########## File path: statefun-flink/statefun-flink-core/src/main/java/org/apache/flink/statefun/flink/core/StatefulFunctionsConfig.java ########## @@ -113,9 +111,6 @@ public static StatefulFunctionsConfig fromEnvironment(StreamExecutionEnvironment } private static Configuration getConfiguration(StreamExecutionEnvironment env) { - if (env instanceof StreamPlanEnvironment) { - return GlobalConfiguration.loadConfiguration(); - } Review comment: 🎆 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org