Re: [DISCUSS] Mitigate possibility of out of order messages

2021-12-01 Thread Michael Marshall
Following up on this, the PR to fix the Java Client [0] is still open and needs reviews. Please take a look, if you're able. [0] - https://github.com/apache/pulsar/pull/12779 Thanks! Michael On Fri, Nov 12, 2021 at 5:35 PM Michael Marshall wrote: > > Hi Pulsar Community, > > I discovered a race

[DISCUSS] Mitigate possibility of out of order messages

2021-11-12 Thread Michael Marshall
Hi Pulsar Community, I discovered a race condition in Pulsar’s Java Client ProducerImpl that can lead to messages persisted out-of-order for a single producer sending to a non-partitioned topic. I can reproduce this issue, and I verified the order by adding sequence ids to the message payload befo