Open ollewobbla opened 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.
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 ?
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.