bf2fc6cc711aee1a0c2a/kas-fleet-manager

As a user I want to browse/filter the connector catalog by connector type (source/sink)

riccardo-forina opened this issue · 6 comments

As a user I want to browse/filter the connector catalog by connector type (source/sink).

The UX isn't defined yet, it could be that we will list sources and sinks in two different columns or it could be that we will show them all together and provide a way to filter the list. Anyway, the /v1/kafka-connector-catalog API should:

  • allow for querying for a specific connector type.
  • allow for searching for a connector name (partial match? full match?)

CC @lburgazzoli: I'm not sure connector types are tagged in a way that makes discerning between sources and sinks possible.

Forgot to tag @chirino

In the short term we are not going to have a big catalog. Could we just filter the whole list client side for now?

BTW currently, the connector types are not stored in the DB, so we can't steal the existing Kafka logic for filtering in this case.

@riccardo-forina what connector type fields would you like to filter by?

Looking at the proposed ui, just the type to filter by source/sink. And the search that should search in the name and description fields I suppose