kafka-ui
kafka-ui copied to clipboard
FE: Unnecessary full page re-rendering
After a page refresh (cold loading) clicking on brokers triggers a full page re-render including the menu bar which has already been rendered https://github.com/kafbat/kafka-ui/assets/1494347/c7f90540-854b-4fd3-9da9-9eb836f4fefb
@StefanG1102 sure, please!
Thank you. I will give me best to solve this issue!
If i create a Cluster and i click on Brokers i get an endless Loading screen until the whole website ist turning white. Did i do something wrong in the project Setup?
If i create a Cluster and i click on Brokers i get an endless Loading screen until the whole website ist turning white. Did i do something wrong in the project Setup?
check your browser's console to see what's wrong
i get a 500 Error with this message "message": "Error while creating AdminClient for Cluster local",
@StefanG1102 this is a backend configuration issue. But I can't tell you what's wrong with just Error while creating AdminClient for Cluster local without looking at the backend (container) logs. If you're running one of the compose files (kafka-ui-arm64.yaml or kafka-ui.yaml) this should basically work out of the box.
Please check our dev docs: https://ui.docs.kafbat.io/
You can run the command specified here and set vite_dev_proxy in .env to localhost:8080.
I'm also available on discord if you need further help, the link is available in the project README.
I apologize for my inability to resolve the issue despite my best efforts. It appears that the problem requires a level of expertise beyond my current skill set. Nonetheless, I sincerely appreciate the opportunity to try.
@StefanG1102 no worries! Please take a look at the "up for grabs" board, there are simpler issues for sure :) https://github.com/orgs/kafbat/projects/2