kafka-ui
kafka-ui copied to clipboard
UX: KC: Allow filtering by all the table properties
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
Seems like a dupe for #244. Could you add more info there if something crucial is missing?
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
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!