-
Notifications
You must be signed in to change notification settings - Fork 99
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
Missing Kafka topics in Console #928
Comments
@Aransh could we please get a few logs from console and from chrome so we can spot what may be causing this. It could be a console specific issue which we will then want to file an issue in that repo. |
@alejandroEsc sure, attaching logs, let me know if this is what you meant. Console logs:
Chrome console:
|
Has there been any update on this? I get the |
Hey @bfontaine and @plotzwi-eq , a colleague pinged me about this issue, since I'm not watching this repository for Console specific issues. I believe your questions are independent of OP's reported issue. At the time this was posted, the shown Console version was using WebSocket and since then we have switched to HTTP 1.1 streaming using ConnectRPC Streaming. The reason for 405 response - these are somewhat expected. Console has a single binary that complements free and enterprise features. Enterprise features are only unlocked if you provide a valid enterprise license. The frontend application (React) doesn't know about it, so it just tries to call these enterprise endpoints (GET /users/me for example is asking for details about the currently logged-in user) and if it returns 405 it knows that this feature is not available. It won't request these endpoints again as it memorizes that. If you can't read messages from topics - this is a different issue. You should check the ListMessages request that is being sent to the frontend. I encourage you to create a separate issue for your case where messages cannot be listed in the Console repo here: https://github.com/redpanda-data/console/issues . Recently we've got a report from this user who reported that specifically the Firefox browser is having issues with it: redpanda-data/console#1597 . Are you using Firefox as well? Please also mention the Console version you are using when creating a new issue. Thanks! |
What happened?
While console summary shows a large number of messages (over 50000), the console view shows "no messages".
![04_21_49](https://private-user-images.githubusercontent.com/11724502/289346705-c2dbecda-dd08-4ad5-aa86-a6fabb2e7763.jpg?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNjYxNzgsIm5iZiI6MTczOTM2NTg3OCwicGF0aCI6Ii8xMTcyNDUwMi8yODkzNDY3MDUtYzJkYmVjZGEtZGQwOC00YWQ1LWFhODYtYTZmYWJiMmU3NzYzLmpwZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDEzMTExOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTcxMWFmMTcyZDNiMjU3MmQxNTA0NmY5YWVmOTRjMWE0YzA2MjJlZTFjMzFjNzRkZTI4ZDlmNDQ1MDhhMTI2OTgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.PGPDSpitW7fnnPoDm6dLcu14GnH-tebUATfD4sCaqlw)
What did you expect to happen?
I expected the messages in the topic to appear.
How can we reproduce it (as minimally and precisely as possible)?. Please include values file.
Anything else we need to know?
This doesn't happen with all topics.
In this scenario I onlyy spotted this on this topics, while other topics on the same cluster were showing fine.
Also got reports of this from other team members, so not local cache.
Which are the affected charts?
Redpanda, console
Chart Version(s)
Cloud provider
JIRA Link: K8S-85
The text was updated successfully, but these errors were encountered: