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
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
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