Kafka-eagle-2.0.3 Cannot obtain kafka cluster information
Kafka turns on JMX so that kafka cluster status can be viewed through Kafka-Eagle.
Solution 1:
Modify the kafka-run-class.sh script by adding JMX_PORT=9988 to the first line.
vim /moudle/kafka-2.6/bin/kafka-run-class.sh
JMX_PORT=9988
Solution 2:
start kafka JMX_PORT=9988
JMX_PORT=9988 kafka-server-start.sh -daemon /moudle/kafka-2.6/config/server.properties
Read More:
- Kafka opens JMX port and reports that the error port is occupied
- Kafka connection abnormal org.apache.kafka . common.errors.TimeoutException : Failed to update metadata after 60000 ms.
- Kafka reported error shutdown broker because all log dirs in… Have failed
- KAFKA – ERROR Failed to write meta.properties due to (kafka.server.BrokerMetadataCheckpoint)
- Running course of Kafka in Windows Environment
- Kafka prompts no brokers found when trying to rebalance
- K8s deployment Kafka has been reporting errors.
- Kafka : WARN Error while fetching metadata with correlation id xx : {=UNKNOWN_TOPIC_OR_PARTITION}
- Centos7 installing Kafka
- TIDB-kafka server: Message was too large, server rejected it to avoid allocation error
- Kafka startup failed with an error of inconsistentclusteridexception
- spark SQL Export Data to Kafka error [How to Solve]
- Flume receives an error when a single message is too large
- Version 1.8.0_201 of the JVM is not suitable for this product. Version: 11 or greater is required.
- Start eclipse and prompt version 1.7.0_ 79 of the JVM is not suitable for this product. Version: 1.8 or greater i…
- After node.js is installed, use the instruction node version in vscode to show that it is not an external or internal instruction. The solution is as follows:
- Port 4200 is already in use.Use ‘-port’ to specify a different port error Reasons
- When the docker of win10 subsystem is started, the port is not available
- Android error: ADB port is occupied( adb.exe ,start-server’ failed — run manually if necessary)
- After compiling. Java, the following appears: Note:checkUser.java uses unchecked or unsafe operations.Note :Recompile with -Xlint :unchecked for details.