kl0u commented on a change in pull request #10194: [FLINK-14758] Add
Executor-related interfaces and executor discovery.
URL: https://github.com/apache/flink/pull/10194#discussion_r346362088
##########
File path:
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/environment/StreamExecutionEnvironment.java
##########
@@ -144,11 +150,31 @@
protected final List<Tuple2<String,
DistributedCache.DistributedCacheEntry>> cacheFile = new ArrayList<>();
+ private final ExecutorServiceLoader executorServiceLoader;
+
+ private final Configuration configuration;
Review comment:
Yes that is the plan for follow-up commits which will use the newly
introduced `execute()` method.
----------------------------------------------------------------
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