In this note, I show how to guarantee a specific order for message arrival. I supply working code in a repository for this example. In this example, I imagine two components “A” and “B”, plus a third component which puts events in order for B. A has 3 outputs “x”, “y” and “z”.
Message Ordering - Simple Case Study
In this note, I show how to guarantee a specific order for message arrival. I supply working code in a repository for this example. In this example, I imagine two components “A” and “B”, plus a third component which puts events in order for B. A has 3 outputs “x”, “y” and “z”.