kafka-topic-analyzer icon indicating copy to clipboard operation
kafka-topic-analyzer copied to clipboard

Progressbar should be aligned with start/end offsets

Open xenji opened this issue 6 years ago • 1 comments

The records do have the absolute offset available. One could spin up one PB per partition and use the delta between start and end offset as range and the absolute offset progress from the single message as position.

xenji avatar Apr 21 '18 06:04 xenji

All present progressbar implementation suffer from the same issue: MultiBars cannot be used without threads. To achieve a realistic display of the progress, each partition must be displayed individually. Therefore, this ticket sleeps until https://github.com/mitsuhiko/indicatif/issues/33 is solved.

xenji avatar Apr 21 '18 18:04 xenji