You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
Hi, @AlexisSouquiere I've encountered the same issue. Yes, if I'm trying to load 100 and above topics per page, the consumer groups column won't load anything.
If I will increase to 150/200 I'm getting internal server error + more exceptions:
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.
The text was updated successfully, but these errors were encountered: