avermeer opened a new pull request, #3601: URL: https://github.com/apache/storm/pull/3601
## What is the purpose of the change When running Storm UI with Java 17 runtime, the lag of Kafka consumers is not visible in the topology view for the topologies which are consuming Kafka topics. Based on exceptions found in ui.log, this is because storm-kakfa-monitor is missing JAXB API. ## How was the change tested Using Storm 2.6.0 snapshot dated 2023/11/14, doing a copy of jakarta.xml.bind-api-2.3.2.jar from lib-worker/ to lib-tools/storm-kafka-monitor/ then restarting Storm UI process solves the problem. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@storm.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org