Re: Re: checkpoint delay consume message

2021-01-05 Thread Arvid Heise
;> yungao...@aliyun.com‬‏>:‬ >>> >>>> Hi nick, >>>> >>>>Sorry I initially think that the data is also write into Kafka with >>>> flink . So it could be ensured that there is no delay in the write side, >>>> right ? Does the d

Re: Re: checkpoint delay consume message

2020-12-26 Thread nick toker
t; Yun >>> >>> >>> >>> --Original Mail -- >>> *Sender:*nick toker >>> *Send Date:*Tue Dec 22 01:43:50 2020 >>> *Recipients:*Yun Gao >>> *CC:*user >>> *Subject:*Re: checkpoint delay consume m

Re: Re: checkpoint delay consume message

2020-12-23 Thread lec ssmi
e side, >> right ? Does the delay in the read side keeps existing ? >> >> Best, >> Yun >> >> >> >> --Original Mail ------ >> *Sender:*nick toker >> *Send Date:*Tue Dec 22 01:43:50 2020 >> *Recipients:*Yun Gao

Re: Re: checkpoint delay consume message

2020-12-22 Thread nick toker
in the write side, > right ? Does the delay in the read side keeps existing ? > > Best, > Yun > > > > --Original Mail -- > *Sender:*nick toker > *Send Date:*Tue Dec 22 01:43:50 2020 > *Recipients:*Yun Gao > *CC:*user > *Subject

Re: Re: checkpoint delay consume message

2020-12-21 Thread Yun Gao
Hi nick, Sorry I initially think that the data is also write into Kafka with flink . So it could be ensured that there is no delay in the write side, right ? Does the delay in the read side keeps existing ? Best, Yun --Original Mail -- Sender:nick toker

Re: checkpoint delay consume message

2020-12-21 Thread nick toker
hi i am confused the delay in in the source when reading message not on the sink nick ‫בתאריך יום ב׳, 21 בדצמ׳ 2020 ב-18:12 מאת ‪Yun Gao‬‏ <‪yungao...@aliyun.com ‬‏>:‬ > Hi Nick, > > Are you using EXACTLY_ONCE semantics ? If so the sink would use > transactions, and only commit the

Re: checkpoint delay consume message

2020-12-21 Thread Yun Gao
Hi Nick, Are you using EXACTLY_ONCE semantics ? If so the sink would use transactions, and only commit the transaction on checkpoint complete to ensure end-to-end exactly-once. A detailed description could be find in [1] Best, Yun [1]