[
https://issues.apache.org/jira/browse/FLINK-37985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rui Fan resolved FLINK-37985.
-----------------------------
Fix Version/s: 2.2.0
Resolution: Fixed
Merged to master(2.2.0) via: e4a27252f3e7b4919eedec6f59fade042be47f96 ...
4110ca7f16262f8e6ecb9497b52805d2842fce43
> 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
> Priority: Major
> Labels: pull-request-available
> Fix For: 2.2.0
>
>
> 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)