Process Flow - Partition ordering guarantees
Producer sends message
Message assigned to partition
Partition appends message in order
Consumer reads messages from partition
Messages delivered in order per partition
Messages sent by a producer go to a specific partition where they are stored in order. Consumers read from partitions in that same order, ensuring ordering per partition.