aljoscha commented on a change in pull request #10684: [FLINK-15279][doc] Document new executeAsync() method and the newly introduced JobClient URL: https://github.com/apache/flink/pull/10684#discussion_r362435309
########## File path: docs/dev/api_concepts.md ########## @@ -219,6 +219,17 @@ machine or submit your program for execution on a cluster. The `execute()` method is returning a `JobExecutionResult`, this contains execution times and accumulator results. +If you don't want to wait for the job finished, you are able to trigger the program execution by calling Review comment: ```suggestion If you don't want to wait for the job to finish, you can trigger asynchronous job execution by calling ``` ---------------------------------------------------------------- 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
