aljoscha commented on issue #10185: [FLINK-14762][client] Implement 
ClusterClientJobClientAdapter
URL: https://github.com/apache/flink/pull/10185#issuecomment-554989493
 
 
   It's the same reason why the executor interface is in `flink-core`: both the 
dataset and the datastream API will use that, for example the `JobClient` 
should be returned from the `executeAsync()` method (or some such name) of the 
execution environment. This only works if the interface (and everything it 
depends on) is in `flink-core`. The actual implementation will be returned by 
the executors (where service discovery is used to find the executors).
   
   What do you think?

----------------------------------------------------------------
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

Reply via email to