Re: [DISCUSS]refactor StreamConfig

2017-07-07 Thread Aljoscha Krettek
Hi, Yes, that sounds very good! I like the idea of having an interface that is a view on some of the settings. We could maybe improve the naming, because to me it is not completely clear what the difference between OperatorSettings and OperatorProperties is (I mean just the name, the functional

Re:[DISCUSS]refactor StreamConfig

2017-07-06 Thread Xu Pingyong
Hi Aljoscha: Great. I cannot agree with you more. So I introduce OperatorSettings and OperatorProperties. StreamTaskConfig relys on the underlying configuration and is provided for the streamTask to use. It contains: 1) in.physical.edges 2) out.physical.edges 3) chained