Matt Wang created FLINK-33643:
---------------------------------
Summary: Allow StreamExecutionEnvironment's executeAsync API to
use default JobName
Key: FLINK-33643
URL: https://issues.apache.org/jira/browse/FLINK-33643
Project: Flink
Issue Type: Improvement
Components: Client / Job Submission
Affects Versions: 1.19.0
Reporter: Matt Wang
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.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)