maohong created KAFKA-8741: ------------------------------ Summary: We should add mx4j-tools.jar into dependencies Key: KAFKA-8741 URL: https://issues.apache.org/jira/browse/KAFKA-8741 Project: Kafka Issue Type: Wish Components: core Affects Versions: 2.2.1, 2.3.0, 2.1.1 Reporter: maohong
# Since mx4j-tools.jar is not packaged into the final released tgz file by default, we can't monitor kafka brokers by web inferface. If we want to do it, we must find a mx4j-tools.jar in the maven repository by our own and put it under the directory $KAFKA_HOME/libs, which is very inconvenient. # In Mx4jLoader, we read the property value of 'mx4jport' from system properties, but there is no way for us to customize the port for mx4j-tools. We could add a configuration item in kafka-run-class.sh -- This message was sent by Atlassian JIRA (v7.6.14#76016)