You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/12/30 05:49:30 UTC

[GitHub] [pulsar] liudezhi2098 commented on issue #13567: The Producer deliverAfter‘s time should use the broker's time

liudezhi2098 commented on issue #13567:
URL: https://github.com/apache/pulsar/issues/13567#issuecomment-1002882655


   This problem does exist at present. not uses the time of the broker's host because it is due to performance considerations. At present, the broker does not know which messages is delayed, and the MessageMetadata is not decoded when the message is produced to ensure maximum performance. we can add some signs to distinguish delayed messages and do some special processing,we can also keep the client machine time consistent with the broker's host time,need to discus.


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org