provectus/kafka-ui

Bulk operations on Connectors in KafkaConnect views

Open

#962 建立於 2021年10月12日

在 GitHub 查看
 (4 留言) (0 反應) (0 負責人)Java (977 fork)batch import
good first issuescope/frontendstatus/acceptedtype/enhancement

倉庫指標

Star
 (7,799 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

Is your proposal related to a problem?

Sometimes (in our case quite often) we need to do bulk operations on all (or large subset) of connectors, such as restarting all tasks, or pause/resume/delete

Describe the solution you'd like

  • Allow selecting all/some connectors in list view (i.e. checkbox style selecting them)
  • (optional) if some filter applied (via search bar) ability to select all in this filter results
  • Add buttons to list view to do following for all currently selected connectors:
    • Pause
    • Resume
    • Restart all tasks
    • (optional) Restart only failed tasks

Describe alternatives you've considered

Currently the only alternative is to click on each connector individually and do operations on each one at the time

Additional context

N/A

貢獻者指南