-
-
Notifications
You must be signed in to change notification settings - Fork 144
Broker not shown when empty #254
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
Comments
Hello there IncandescentChrysalis! 👋 Thank you and congratulations 🎉 for opening your very first issue in this project! 💖 In case you want to claim this issue, please comment down below! We will try to get back to you as soon as we can. 👀 |
Hi, versions below the latest major one are not supported. |
Upgrade to Is there any reason to believe it is fixed in that version? Based on which issues/PRs? |
@IncandescentChrysalis #54 is not an issue, it's an enhancement, a new feature if you'd like. It wasn't present in any previous versions so I don't see how it can be a blocker for an upgrade. Version 0.6 was released a year ago, I don't quite remember all of the changes made that could affect or fix the aforementioned issue. |
@Haarolean We couldn't manage to make authentication on our Active Directory backend work on To emphasise, evolution in authentication between Back to the matter at hand, unless brokers listing has been fixed last year between |
@IncandescentChrysalis Authentication and RBAC are two distinct things, if there are any problems with LDAP/AD authentication, we'd need a separate issue for that. I'd look into that issue if you don't mind raising one. This is the exact reason why older major versions are not supported as we can't always tell if some things have been fixed. I can reopen the issue if you manage to reproduce the same with 1.0.0. You can run a separate instance without authentication enabled to test things out. Looking forward to seeing either an issue on AD authentication and/or results on verifying the issue with brokers within the latest release. |
I took some time to test |
that's great. That version is a stable release, you can use it :) |
I had some weird ARM/AMD architecture mismatch while testing based on your There would still remain this AD thing to test, which was broken between |
We ship both amd and arm images, nothing has changed in that part besides the target: we ship to github packages now mostly. |
Uh oh!
There was an error while loading. Please reload this page.
Issue submitter TODO list
main
-labeled docker image and the issue still persists thereDescribe the bug (actual behavior)
In
v0.6.2
fromprovectus/kafka-ui
, when a cluster hosts some brokers containing data and other having none, the empty broker do not show up in the brokers list, despite being properly counted in the brokers count.I have no idea is this might be related to #58, which I saw fixed in
v1.0.0
, or not.Expected behavior
No response
Your installation details
v0.6.2
fromprovectus/kafka-ui
Steps to reproduce
Ensure some brokers do not host any data (no replica from any partition), while some others do.
If there is no data at all, all brokers show up in the list.
Screenshots
No response
Logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: