Skip to content

More helpful OffsetOutOfRange error #148

@crepererum

Description

@crepererum

OffsetOutOfRange may happen on two sides:

  1. The offset that we are trying to read was deleted (either via the API or via the retention policy)
  2. The offset does not exist yet (or is gone for another reason, e.g. because a topic was re-created).

Both cases are reported using the very same error code, but the FETCH response should have enough information (log start, high watermark) to determine the difference.

Metadata

Metadata

Assignees

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