ATaurenRideRocket opened a new issue, #18224: URL: https://github.com/apache/pulsar/issues/18224
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Version pulsar server- 2.8.1 pulsar client - 2.8.1 ### Minimal reproduce step producer.newMessage() .value(json) .deliverAfter(2, TimeUnit.SECONDS) .send(); ### What did you expect to see? when i set 2 seconds,i want to see the send time :<1666854402823>, recieve time <1666854404823> ### What did you see instead? when i set 2 seconds,i want to see the send time :<1666854402823>, recieve time <1666854402847> ### Anything else? The question is when i set the value of deliverAfter to 1 seconds or 2 seconds, the function is not work, unless Greater than or equal to 3 seconds. ### Are you willing to submit a PR? - [ ] I'm willing to submit a PR! -- 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]
