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

[Enhancement]: Improve fluvio topic describe with additional information #3968

Open
ajhunyady opened this issue Apr 24, 2024 · 0 comments
Open
Labels
CLI good first issue Good for newcomers help wanted Good issue for community involvement

Comments

@ajhunyady
Copy link
Contributor

ajhunyady commented Apr 24, 2024

The current fluvio topic describe has been built 3 years ago and it's stale.

We should update this command with the following information:

$ fluvio topic describe my-topic
Name         : my-topic
Replication  : 1
Partitions   : 2 

PARTITION    LAST-OFFSET    LAST-PRODUCED   CONSUMERS
0            3,543          1 sec ago       c1, c2
1            1,240          5 sec ago       c3

Note

  • Get offset and timestamp (for last produced) from fluvio partition list
  • Get consumers from fluvio consumer list
@ajhunyady ajhunyady added bug Something isn't working help wanted Good issue for community involvement good first issue Good for newcomers CLI and removed bug Something isn't working labels Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLI good first issue Good for newcomers help wanted Good issue for community involvement
Projects
None yet
Development

No branches or pull requests

1 participant