我正在尝试按照以下针对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 类在哪里?请建议..
答案 0 :(得分:4)
ProducerPerformance
的套餐名称已更改
org.apache.kafka.clients.tools
至org.apache.kafka.tools
。
有关详情,请查看我的答案,了解可能重复的question。
答案 1 :(得分:1)
我认为您需要在运行此命令之前先构建项目..您可以使用official web site
中记录的sbt
等构建工具