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 2022/02/21 02:37:59 UTC

[GitHub] [pulsar] zymap commented on issue #14378: Pulsar SQL is (still/again?) not able to read the latest message

zymap commented on issue #14378:
URL: https://github.com/apache/pulsar/issues/14378#issuecomment-1046415103


    By default, pulsar sql won't get the last message in the topic. If you want to 
   get the last message, you need to configure the following configurations.
   For the broker config, you need to set `bookkeeperExplicitLacIntervalInMills`.
   For the Presto config, you need to set `pulsar.bookkeeper-use-v2-protocol=false` and `pulsar.bookkeeper-explicit-interval`.
   Then you should get the last message from sql.


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