So for example if I have events in order with key A and events in order with key B and a parallelism of 2. Do all the events with key A go to one task slot and key B ones go to the other task slot?
What happens if i only get events in order with key A. Do they also get distributed to the two task slots. Does that mean i lose the order in which they come?