TisonKun commented on a change in pull request #10311: [FLINK-14762][client]
Enrich JobClient API
URL: https://github.com/apache/flink/pull/10311#discussion_r351156707
##########
File path:
flink-clients/src/main/java/org/apache/flink/client/program/ClusterClient.java
##########
@@ -94,9 +94,9 @@ default void shutDownCluster() {
* Submit the given {@link JobGraph} to the cluster.
*
* @param jobGraph to submit
- * @return Future which is completed with the {@link
JobSubmissionResult}
+ * @return a {@link CompletableFuture} of JobClient that can be used to
communicate with the job
Review comment:
Done.
----------------------------------------------------------------
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