lensesio / kafka-topics-ui

Web Tool for Kafka Topics |
https://lenses.io
877 stars 148 forks source link

Ui not displaying all topics, when their amount is more than 1000 #163

Open ivanburdin opened 4 years ago

ivanburdin commented 4 years ago

Our kafka cluster consists of ~1600 topics. UI does not correctly shows them. Search doesn't work too.

82465463-fa7eba00-9ac7-11ea-8fd6-b054d9f02d65 (1)

When we connect to tiny cluster with 3 topics, everything works fine.

Tried to change MAX_BYTES or RECORD_POLL_TIMEOUT, but had no difference.

In dev tools see many requests per every topic, probably, need to increase timeout, because many requests failed.

compose config: docker-compose.zip