Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ollewobbla opened this issue Aug 29, 2024 · 4 comments
Open

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

ollewobbla opened this issue Aug 29, 2024 · 4 comments
Labels
consumer group Kafka Consumer group wait for reply Need more information from reporter

Comments

@ollewobbla
Copy link

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
Copy link
Collaborator

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 ?

@AlexisSouquiere AlexisSouquiere added wait for reply Need more information from reporter consumer group Kafka Consumer group labels Sep 3, 2024
@Kris686
Copy link

Kris686 commented Nov 7, 2024

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.
image
image

If I will increase to 150/200 I'm getting internal server error + more exceptions:
image
image

@ollewobbla were you able to resolve this issue?

@AlexisSouquiere
Copy link
Collaborator

The PR #1889 will fix it. I just need to fix the conflicts (I forgot) and then it can be merged. Will do that ASAP

@Kris686
Copy link

Kris686 commented Nov 7, 2024

@AlexisSouquiere Thank you for help!!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
consumer group Kafka Consumer group wait for reply Need more information from reporter
Projects
Status: Backlog
Development

No branches or pull requests

3 participants