You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by Rnjai Lamba <rn...@gmail.com> on 2016/02/23 03:58:25 UTC

Question related to ordering of messages

Let us say there are two Producers P1 and P2.
P1 makes attempt to write log L1 at time t1 to a partition PT however it
gets written at t2 due to network latency.
P2 makes attempt to write log L2 at time t3 to a partition PT however it
gets written at t4 due to network latency.

Let us say t1<t3 however t2>t4 so what will be the final order of L1 and L2
in the partition PT?