redpanda-data / redpanda-data/console
Rework brokers page
Open
Nobody has claimed this yet.
backend
feature
frontend
- Dominant language
- TypeScript
- Stars
- 4.3k
- Forks
- 432
- Avg merge
- 3d 6h
- Merged PRs (30d)
- 40
Description
The brokers page currently does not provide a lot of additional value besides inspecting broker configs. This issue suggest to change a few things to rework the brokers page:
- Each broker should get it's own details page (similar like topics), so that we can add more info per broker
- Besides configuration we can show the hosted partitions / replicas and their in-sync status (including the ISR state of the replicas)
- Show additional stats such as under replicated partitions for this broker, to identify issues quickly
- Add a tab that allows to inspect the used log dir size on the broker for each topic & partition
- Show "offline" brokers
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
No files or tests are named. Start by inspecting the existing brokers page and the topics details page to understand their entry points and current data; then map the requested broker details, replica and ISR status, under-replication stats, log directory sizes, and offline-broker display into concrete acceptance criteria.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- backend, frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100