provectus / kafka-ui

Open-Source Web UI for Apache Kafka Management
Apache License 2.0
9.52k stars 1.16k forks source link

FE: KC: Refactor topics list component #3680

Open Haarolean opened 1 year ago

Haarolean commented 1 year ago

Design solution: The component An example page Alignment example

inanc-can commented 1 year ago

I couldnt create an example Connector to test this. How can I create a mock "Connector" (Example Config File) on my computer ?

Haarolean commented 1 year ago

@inanc-can the easiest one: example here

inanc-can commented 1 year ago

I get an error on this.

Screenshot 2023-05-25 at 14 59 24
Haarolean commented 1 year ago

@inanc-can it's like this:

{
"name: "local-file-sink",
"connector.class": ...
}