Re: Ordering guarantee after branching a stream

2018-04-20 Thread Matthias J. Sax
As long as no repartitioning happens yes. If one of both sub-streams is repartitioned, there is no guarantee. -Matthias On 4/20/18 4:31 PM, Botuck, Jacob (STL) - contr wrote: > If I call branch on a kStream, and I send record A into the trunkStream > followed by record B. If records A and B go

Ordering guarantee after branching a stream

2018-04-20 Thread Botuck, Jacob (STL) - contr
If I call branch on a kStream, and I send record A into the trunkStream followed by record B. If records A and B go into separate branches. Is there any guarantee A will be processed before B?