[Feature Request] membershipInfo in operator cluster describe
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 379
- Forks
- 103
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 23
Description
Is your feature request related to a problem? Please describe.
tctl had a command tctl admin cluster describe that included a membershipInfo field with useful info for debugging ringpop/membership stuff. cli has temporal operator cluster describe -o json with most of the same fields but it's missing membershipInfo.
Describe the solution you'd like
Add membershipInfo back to temporal operator cluster describe output, or make a new subcommand for it.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the temporal operator cluster describe -o json command and compare its output with the former tctl admin cluster describe command. Trace how the cluster description is assembled and find the source of membershipInfo; done means the JSON output includes the requested membership details or a clearly documented replacement subcommand, with tests covering the result.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100