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

rpk: evolve the usability of rpk topic describe #18152

Closed
daisukebe opened this issue Apr 30, 2024 · 0 comments · Fixed by #18221
Closed

rpk: evolve the usability of rpk topic describe #18152

daisukebe opened this issue Apr 30, 2024 · 0 comments · Fixed by #18221
Labels
area/rpk kind/enhance New feature or request

Comments

@daisukebe
Copy link
Contributor

daisukebe commented Apr 30, 2024

Who is this for and what problem do they have today?

In the field, we frequently want to get all topics' conf and partitions. In order to get it, we have to run something like this today, which doesn't look neat:

for T in $( rpk topic list -i | awk '!/^NAME/ {print $1}' ); do rpk topic describe $T -a ;done

What are the success criteria?

Enhance rpk topic describe

  • by supporting multiple topics
  • by supporting the regex flag like rpk topic delete has today.
    • rpk topic describe '.*' -r - we could maybe even support a bare * as a shortcut for .*

Why is solving this problem impactful?

Improve UX with rpk

JIRA Link: CORE-2711

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/rpk kind/enhance New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant