Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.19.0
Description
On the `execute` API of StreamExecutionEnvironment, jobName is allowed to be Null. In this case, the default jobName in StreamGraphGenerator (`DEFAULT_STREAMING_JOB_NAME` or `DEFAULT_BATCH_JOB_NAME`) will be used, but the logic of `executeAsync` does not allow jobName to be Null. I think the processing logic should be unified here.
Attachments
Issue Links
- links to