Thank you for this tool.
It works on my cluster(kafka0.10.2).But I find that this java program use a lot cpu, about 30-50%(useing order 'top' can see this)
The old kom for kafka0.8 only use 0-0.7% CPU in another cluster, how to fix this?
the start order :
java -cp KafkaOffsetMonitor-assembly-0.4.1-SNAPSHOT.jar \
com.quantifind.kafka.offsetapp.OffsetGetterWeb \
--offsetStorage kafka \
--kafkaBrokers 1.1.1.1:9092 \
--kafkaSecurityProtocol PLAINTEXT \
--zk 1.1.1.2:2181/testapp/kafka \
--port 8888 \
--refresh 10.seconds \
--retain 2.days \
--dbName kafka
Thank you for this tool. It works on my cluster(kafka0.10.2).But I find that this java program use a lot cpu, about 30-50%(useing order 'top' can see this) The old kom for kafka0.8 only use 0-0.7% CPU in another cluster, how to fix this? the start order : java -cp KafkaOffsetMonitor-assembly-0.4.1-SNAPSHOT.jar \ com.quantifind.kafka.offsetapp.OffsetGetterWeb \ --offsetStorage kafka \ --kafkaBrokers 1.1.1.1:9092 \ --kafkaSecurityProtocol PLAINTEXT \ --zk 1.1.1.2:2181/testapp/kafka \ --port 8888 \ --refresh 10.seconds \ --retain 2.days \ --dbName kafka