kafka-ui icon indicating copy to clipboard operation
kafka-ui copied to clipboard

UX: KC: Allow filtering by all the table properties

Open yeikel opened this issue 6 months ago • 3 comments

Issue submitter TODO list

  • [x] I've searched for an already existing issues here
  • [x] I'm running a supported version of the application which is listed here and the feature is not present there

Is your proposal related to a problem?

Yes, I have multiple scenarios

  • I have a Kafka Connect deployment with multiple types of plugins, I'd like to be able to filter by as specific type
  • I have more than one cluster. It'd be ideal to be able to filter by them

Describe the feature you're interested in

In today's UI, the Connectors view allows to filter by

  • Connect Name
  • Status
  • Type

While the table contains the properties

  • Name
  • Connect
  • Type
  • Plugin
  • Topics
  • Status
  • Running Tasks

Describe alternatives you've considered

Built-in search feature of the browser

Version you're running

ba70933

yeikel avatar May 01 '25 18:05 yeikel

Seems like a dupe for #244. Could you add more info there if something crucial is missing?

Haarolean avatar May 01 '25 19:05 Haarolean

Seems like a dupe for #244. Could you add more info there if something crucial is missing?

The linked issue refers to filter within the config of a connector. That feature sounds moved to involved because we'd need to bring the connectors context to the list view

This issue refers exclusively to the table/row presented from the connector list. I'd like to filter on the existing columns:

  • Name
  • Connect
  • Type
  • Plugin
  • Topics
  • Status
  • Running Tasks

yeikel avatar May 02 '25 01:05 yeikel

Seems like a dupe for #244. Could you add more info there if something crucial is missing?

The linked issue refers to filter within the config of a connector. That feature sounds moved to involved because we'd need to bring the connectors context to the list view

This issue refers exclusively to the table/row presented from the connector list. I'd like to filter on the existing columns:

  • Name
  • Connect
  • Type
  • Plugin
  • Topics
  • Status
  • Running Tasks

Ah true, that request is quite specific to configs!

Haarolean avatar May 02 '25 08:05 Haarolean