message ordering in distributed systems, huh?
Cezary Kowalczyk
·2347 views
were lookin into using message queues for async processing but a key concern is keepin event order straight like if we have user actions like create item then update item we need to process em in that exact sequence what patterns or queue configs have you found effective for makin sure message order is guaranteed in a distributed environment are there trade offs with throughput or complexity we should know about
28 comments