tchiotludo / akhq

Kafka GUI for Apache Kafka to manage topics, topics data, consumers group, schema registry, connect and more...
https://akhq.io/
Apache License 2.0
3.4k stars 657 forks source link

Failing to display consumer groups if uiPageSize is larger than 94 #1919

Open ollewobbla opened 2 months ago

ollewobbla commented 2 months ago

If uiPageSize>94, the consumer groups information never loads in the topics list.

The browser console logs shows:

TopicList.jsx:296 Uncaught (in promise) TypeError: f.data.filter is not a function at TopicList.jsx:296:30 at Array.forEach () at TopicList.jsx:293:18

Tried v0.24.0 & v0.25.1, same results.

AlexisSouquiere commented 2 months ago

Trying to understand the issue, you mean that if you are trying to load more than 94 topics per page in the topics list, the consumer groups column won't load anything. Am I right ?