dao-jun commented on issue #23149: URL: https://github.com/apache/pulsar/issues/23149#issuecomment-2282130481
firstly, I dont think it's a bug. This is an incorrect usage of the messaging system. A message should be acked after consumed, not before. and then, if we fix the "issue", it would come with extra costs: before the broker ack a message, we have to read the message from BK decode the message header and determine whether it is a delayed message and reaches the delivery time. I don't think it is acceptable. -- 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]
