Closed timchenko-a closed 1 year ago
Hello there timchenko-a! 👋
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. 👀
Hello @timchenko-a , thank you for raising it can't say that it is a bug, but its better to update version (and version-related) info from time to time. will be implemented within #3764
Issue submitter TODO list
master
-labeled docker image and the issue still persists thereDescribe the bug (actual behavior)
Kafka UI doesn't automatically update broker version information is case of broker is updated. It requires kafka ui restart.
Expected behavior
Broker is updated -> kafka ui automatically detects new version.
Your installation details
java -Xmx512M -Xms512M -Dspring.config.additional-location=/opt/config.yaml --add-opens java.rmi/javax.rmi.ssl=ALL-UNNAMED -jar /opt/kafka-ui.jar
/opt/config.yaml content(only 1 cluster here, we have more, but config is pretty much the same everywhere):Steps to reproduce
Setup kafka cluster, non-latest version; Add it to kafka UI. It will detect cluster's version correctly; Upgrade kafka cluster; Check broker version in kafka UI, it will stay the same; Restart kafka UI, now new broker version will be detected.
Screenshots
No response
Logs
No response
Additional context
Want to understand it it's a bug, or an expected behaviour :)