Support for daylight saving timezone changes in Flink

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Support for daylight saving timezone changes in Flink

Swapnil Chougule
I want to know the behavior of flink streaming systems during daylight saving changes in multiple timezones. As streaming systems may in such timezones.
Is there any built-in support is needed ? Can anybody answer ?
Thanks in advance

--Swapnil
Reply | Threaded
Open this post in threaded view
|

Re: Support for daylight saving timezone changes in Flink

Till Rohrmann
Hi Swapnil,

Flink does not have explicit support for this. It's the responsibility of the user to make sure that the right watermarks are extracted from the incoming events. This also means the correct handling of different time zones.

Cheers,
Till

On Tue, Feb 14, 2017 at 8:41 AM, Swapnil Chougule <[hidden email]> wrote:
I want to know the behavior of flink streaming systems during daylight
saving changes in multiple timezones. As streaming systems may in such
timezones.
Is there any built-in support is needed ? Can anybody answer ?
Thanks in advance

--Swapnil