Skip to content

[Reader] seek to batch messageId went wrong in 2.5.0 #6344

@yjshen

Description

@yjshen

Starting the reader with a MessageId inside a batch: (11:0:3:151) with :

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    type/bugThe PR fixed a bug or issue reported a bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions