Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Progressbar should be aligned with start/end offsets #3

Open
xenji opened this issue Apr 21, 2018 · 1 comment
Open

Progressbar should be aligned with start/end offsets #3

xenji opened this issue Apr 21, 2018 · 1 comment
Labels
blocked enhancement New feature or request

Comments

@xenji
Copy link
Owner

xenji commented Apr 21, 2018

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 xenji added the enhancement New feature or request label Apr 21, 2018
@xenji
Copy link
Owner Author

xenji commented Apr 21, 2018

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 console-rs/indicatif#33 is solved.

@xenji xenji added the blocked label Apr 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant