Skip to content

TopicData - handle gaps in data #2251

@Raubzeug

Description

@Raubzeug

If received data with gaps in offsets, i.e. [{Offset: 0}, {Offset: 2}], should transform it to [{Offset: 0}, {Offset: 1, removed: true}, {Offset: 2}] to handle PaginatedTable's chunks correctly.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions