michalcukierman commented on issue #21074: URL: https://github.com/apache/pulsar/issues/21074#issuecomment-1695271984
@coderzc, I don't think it's the same issue. We observe two situations: - consumer is not able to read all messages, even if the backlog is not empty (messages loss) - consumer is falling into infinite loop (starts to read the same messages in loop, even after sending acks) In the [test above](https://github.com/apache/pulsar/issues/21074#issuecomment-1694749730) the consumer finally received more than 250k messages, even if the number of produced messages was 60k. In most of the cases where I see the Issue on our setup I publish around 1mln messages, the consumer reads around 600k-700k and stops receiving unique messages (even if it still receives 1k msg/s, all are duplicated). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
