redpanda-data / redpanda-data/console

Rework brokers page

Open
#210 2 comments 5 reactions 0 assignees View on GitHub

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:

  1. Each broker should get it's own details page (similar like topics), so that we can add more info per broker
  2. Besides configuration we can show the hosted partitions / replicas and their in-sync status (including the ISR state of the replicas)
  3. Show additional stats such as under replicated partitions for this broker, to identify issues quickly
  4. Add a tab that allows to inspect the used log dir size on the broker for each topic & partition
  5. Show "offline" brokers

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.