yjshen opened a new issue #6344: [Reader] seek to batch messageId went wrong in 2.5.0 URL: https://github.com/apache/pulsar/issues/6344 Starting the reader with a MessageId inside a batch: (11:0:3:151) with : ``` .newReader() .topic(topic) .startMessageId(startMessageId) .startMessageIdInclusive() .loadConf(readerConf) .create(); ``` the first message I read with reader.readNext() happens to be the one with messageId (11:0:3:0). This is 2.5.0 related since my library relies on 2.4.2 works correctly.
---------------------------------------------------------------- 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
