【发布时间】:2014-07-16 12:30:49
【问题描述】:
我正在尝试按照以下文章为 Apache Kafka 运行性能测试
参考:
链接测试:https://gist.github.com/jkreps/c7ddb4041ef62a900e6c
但是当我运行这个时:
bin/kafka-run-class.sh org.apache.kafka.clients.tools.ProducerPerformance test7 50000000 100 -1 acks=1 bootstrap.servers=localhost:9092 buffer.memory=67108864 batch.size=8196
显示错误:
Error: Could not find or load main class org.apache.kafka.clients.tools.ProducerPerformance
是关于kafka版本的吗?或者我需要从其他地方下载课程?
我的 org.apache.kafka.clients.tools.ProducerPerformance 类在哪里?请建议..
【问题讨论】: