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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]