Re: Time synchronization between streams

2017-04-26 Thread m...@muradm.net
37 Murad Mamedov wrote: Is there any global time synchronization between streams in Kafka Streams API? So that, it would not consume more events from one stream while the other is still behind in time. Or probably better to rephrase it like, is there global event ordering based on timestamp of

Re: Time synchronization between streams

2017-04-26 Thread Damian Guy
Hi Murad, On Wed, 26 Apr 2017 at 13:37 Murad Mamedov wrote: > Is there any global time synchronization between streams in Kafka Streams > API? So that, it would not consume more events from one stream while the > other is still behind in time. Or probably better to rephrase it like, i

Time synchronization between streams

2017-04-26 Thread Murad Mamedov
sumed faster than stream with larger event size. Stream100 could be reading 1 day ago data, while stream5000 would still be reading 3 days ago events. Is there any global time synchronization between streams in Kafka Streams API? So that, it would not consume more events from one stream while the oth