equanz commented on issue #21199: URL: https://github.com/apache/pulsar/issues/21199#issuecomment-2302663517
> Do you think that PIP-282 changes in #21953 address this issue? I think not. In https://github.com/apache/pulsar/issues/21199#issuecomment-1767833373 case: After reconnecting, the consumer will be put in the recentlyJoinedConsumers with the lastSentPosition (maybe `message 2`). So the consumer can receive messages `<= message 2`. https://github.com/apache/pulsar/pull/21953 https://github.com/apache/pulsar/blob/66e1a06b247cd032872e5ab454ff8c8c6cd98550/pulsar-broker/src/main/java/org/apache/pulsar/broker/service/persistent/PersistentStickyKeyDispatcherMultipleConsumers.java#L484-L499 I cannot conclude that this behavior is incorrect(Isn't this one of feature to preserve ordering?). -- 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]
