Rui Fan created FLINK-37985:
-------------------------------
Summary: Refactor public config options from StreamConfig to
JobConfiguration
Key: FLINK-37985
URL: https://issues.apache.org/jira/browse/FLINK-37985
Project: Flink
Issue Type: Technical Debt
Components: Runtime / Configuration
Reporter: Rui Fan
Assignee: Rui Fan
Some public config options are stored in StreamConfig, StreamConfig stores some
operator related information, such as class serialization result, vertex id,
etc. But storing public config options are confusing.
It's better to refactor them from StreamConfig to JobConfiguration. And all
callers could read these config options from JobConfigruration instead of
StreamConfig.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)