Github user XuPingyong commented on the issue:

    https://github.com/apache/flink/pull/4241
  
    Thanks @aljoscha and @StephanEwen, I have updated this PR according to your 
advice.
    
    - Rename StreamConfig to StreamTaskConfig.
    
    - Introduce serialisable OperatorConfig and move only those fields that are 
tied to one operator within the chain from StreamTaskConfig to OperatorConfig. 
Initialize the operator with an OperatorConfig.
    
    - Introduce OperatorContext which is an interface that is a view on some 
things of OperatorConfig. It is provided for setting up an operator.



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to