Re: Ordering guarantee after branching a stream
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
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?