lovelle opened a new pull request #5622: Expose include head message for durable consumers URL: https://github.com/apache/pulsar/pull/5622 *Motivation* Currently the option to include the very first message while consuming is just exposed for Reader interface only, but implemented in ConsumerImpl and using it only for non-durable subscription. This PR just expose this feature for normal consumers. *Modifications* - Expose `startMessageIdInclusive` method on ConsumerBuilder interface. - Fix message filter to consider all kind of subscriptions. - Add test to assert expected positions after reset on consumer.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
