igalshilman opened a new pull request #90: [FLINK-16926][core] Reconfigure StreamExecutionEnvironment URL: https://github.com/apache/flink-statefun/pull/90 ### This PR adds a workaround for FLINK-16560. When starting a statefun Job via `StatefulFunctionsClusterEntryPoint` (an adopted version of a `JobClusterEntryPoint`) the provided ExecutionEnvironment is initialized with an empty configuration. As a result the ExecutionEnvironment might be missing important configuration options set at `flink-conf.yaml`. The workaround is to use the configuration obtained from `GlobalConfiguration.loadConfiguration()` to re-configure the execution environment provided.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
