Github user aljoscha commented on the issue:

    https://github.com/apache/flink/pull/4241
  
    Also, for actually doing the changes I suggest separate steps, i.e. 
separate commits. With possibly separate PRs to make reviewing easier and to 
make the changes more isolated:
    
     - Rename `StreamConfig` to `StreamTaskConfig` and make it serialisable, 
instead of relying on an underlying `Configuration`. This means that the 
`StreamTaskConfig` itself has fields for storing settings.
     - Introduce `OperatorConfig` and move only those fields that the operator 
should see from `StreamTaskConfig` to `OperatorConfig`. Initialize the operator 
with an `OperatorConfig`. 


---
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