Skip to content

KafkaServer.consume doesn't return when exactly expectedNumOfRecords is reached #125

@kbielefe

Description

@kbielefe

If exactly expectedNumOfRecords are received, the full timeout of KafkaServer.consume still elapses before returning. This line should be total < expectedNumOfRecords instead of <=.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions