xuesongxs opened a new issue #13567:
URL: https://github.com/apache/pulsar/issues/13567


   **Is your enhancement request related to a problem? Please describe.**
   deliverAfter uses the time of the producer's host, If the time of the 
producer's host is less than that of the broker's host, the messages after 
deliverAfter will be sent immediately, at the same time, the internal 
implementation of reconsumerLater also uses deliverAfter. In this way, the 
messages will be received immediately after reconsumerLater, and the delayTime 
of reconsumerLater will not take effect The reverse is also problematic.
   
   **Describe the solution you'd like**
   The Producer deliverAfter‘s time use the broker's time.
   
   


-- 
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]


Reply via email to