provectus/kafka-ui

Brokers: Configs: Implement sorting

Open

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

在 GitHub 查看
 (8 评论) (0 反应) (1 负责人)Java (7,799 star) (977 fork)batch import
good first issuescope/backendscope/frontendstatus/acceptedtype/enhancement

描述

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

贡献者指南

Brokers: Configs: Implement sorting · provectus/kafka-ui#3161 | Good First Issue