kafbat / kafka-ui

Open-Source Web UI for managing Apache Kafka clusters
http://ui.docs.kafbat.io
Apache License 2.0
633 stars 83 forks source link

KC: Slow listing of 600+ connectors #448

Open fallen-up opened 5 months ago

fallen-up commented 5 months ago

Issue submitter TODO list

Describe the bug (actual behavior)

when going into connectors or immediately with a filter (connectors?q=mongo) it can take about 10-25 seconds to load. if debug through developer-tools, you can see that "connectors" hangs in pending for some time and only then starts loading. nne unusual thing: there are a lot of them, a couple dozen of them. image

with ingress kafka-connects everything is normal. redpanda-console opens them instantly (despite the amount).

other details: couple dozens of connects and several hundred connectors are plugged in (28 pages in total). response in size is not so big as it seems - 348KB. but there are about 10000 lines in json.

Expected behavior

No response

Your installation details

1.0

Steps to reproduce

Screenshots

No response

Logs

No response

Additional context

No response

patelamol commented 4 months ago

@fallen-up were you able to resolve this issue?

fallen-up commented 4 months ago

@patelamol no. i'm waiting for a fix from @iliax