provectus/kafka-ui

Brokers: Configs: Implement sorting

Open

#3.161 geöffnet am 28. Dez. 2022

Auf GitHub ansehen
 (8 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Java (977 Forks)batch import
good first issuescope/backendscope/frontendstatus/acceptedtype/enhancement

Repository-Metriken

Stars
 (7.799 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Actual behavior

It is not possible to sort the configs for the broker, which complicates the search for the required config.

Expected behavior Sorting should be possible by the Key and Value. Which is especially helpful on the troubleshooting. Sorting by the Source of the config can also come handy.

Set up

f4e6afe

Steps to Reproduce

  1. Login to Kafka UI
  2. Navigate to Borkers
  3. Select broker and switch to Configs tab.

Screenshots

Additional context

Discussed with @Haarolean to be created as a separate issue from #2651

Contributor Guide