Re: Apache Flink - Side output time semantics for DataStream

2019-07-19 Thread M Singh
Hi Biao:  Thanks for your response. My question is that if i have streaming application and with timestamp assigned to the elements, and in one of the process functions I have side output, then there are two situations possible:1. The side output is the same type as main stream.2. The side

Re: Apache Flink - Side output time semantics for DataStream

2019-07-19 Thread Biao Liu
Hi, I'm not sure what you exactly mean. Could you describe more about your requirements? M Singh 于2019年7月14日周日 上午9:33写道: > Hi: > > I wanted to find out what is the timestamp associated with the elements of > a stream side output with different stream time characteristics. > > Thanks > > Man >

Re: Apache Flink - Side output time semantics for DataStream

2019-07-18 Thread M Singh
Hey Folks - Just wanted to see if there are any thoughts on this question. ThanksOn Saturday, July 13, 2019, 09:33:15 PM EDT, M Singh wrote: Hi: I wanted to find out what is the timestamp associated with the elements of a stream side output with different stream time characteristics.

Apache Flink - Side output time semantics for DataStream

2019-07-13 Thread M Singh
Hi: I wanted to find out what is the timestamp associated with the elements of a stream side output with different stream time characteristics. Thanks Man