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 2019/07/30 09:02:59 UTC

[GitHub] [pulsar] codelipenghui opened a new issue #4850: Generate publish time of message at broker side

codelipenghui opened a new issue #4850: Generate publish time of message at broker side
URL: https://github.com/apache/pulsar/issues/4850
 
 
   **Is your feature request related to a problem? Please describe.**
   
   Currently, publish time of message is generate at client side, while multiple client send messages to broker, we can't guarantee that the order of the messages is incremented by the publish time of the message.
   
   Since Pulsar SQL can push down the "__publish_time__" predicate and use binary search to trim data, this may result in inaccurate data being trimmed.
   
   So, if can support the generation of publish time on the broker side will bring benefits in this scene. Although topic owner(broker) can change, ledger id still can help guarantee that the trimmed data no data loss.
   
   **Describe the solution you'd like**
   
   Add support for generate publish time at broker side and add options to enable or disable this feature.
   
   This issue is relate to #4823
   
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services