provectus/kafka-ui

Brokers: Configs: Implement sorting

开放

#3,161 创建于 2022年12月28日

 (8 条评论) (0 个反应) (1 位负责人)Java (977 个派生)batch import
good first issuescope/backendscope/frontendstatus/acceptedtype/enhancement

仓库指标

星标
 (7,799 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南