-
Notifications
You must be signed in to change notification settings - Fork 64
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
Option to view topic events based on offset range for a partition #1987
Comments
@muralibasani @aindriu-aiven This issue is tagged backend, does this mean you are only expecting a backend code update, and the UI will be done in separate issue? Or this issue needs to have the UI part as well? |
Hi @khatibtamal this also includes a UI change. But it could be better, if we have separate PRs for it. |
Yes I would like to give this a go, I will initially open a PR for back end. |
Hey sorry was busy in the last few days, I will start working on this from tomorrow. Thanks. |
@muralibasani I am trying to write Integration tests for my work, I am try to follow ClusterApiControllerIT.java but I cant run the test I get the following error. Is there a trick I am missing on how to run these integration tests? Thanks. |
@khatibtamal I will take a look and come back to you |
@khatibtamal You can try running it with mvn, from clusterapi foilder mvn -Dtest=io.aiven.klaw.clusterapi.ClusterApiControllerIT surefire:test |
Hi thanks it worked. |
@muralibasani PR is open for the back end. Thanks. |
What is currently missing?
Currently it is possible to view only last few selected offsets of partitions
How could this be improved?
It would be nice if user is given an option to provide an offsets range to view events
Is this a feature you would work on yourself?
The text was updated successfully, but these errors were encountered: