1,创建Topic
2,往Topic写入数据
命令:kafka-producer-perf-test --topic ck_test111 --num-records 1000 --record-size 2000 --throughput 1000 --producer-props bootstrap.servers=192.168.1.1:9092
—topic 指定Kafka集群的topic名称,本例为test2 –num-records 总共需要发送的消息数,本例为10000000 –record-size 是一条信息有多大,单位是字节 –throughput 每秒钟发送的记录数,本例为100000 –producer-props bootstrap.servers=172.20.11.71:9092,172.20.11.72:9092,172.20.11.73:9092 很显然是kafka集群的broker地址
标签:producer,--,本例,9092,kafka,topic,命令,相关 From: https://www.cnblogs.com/chenchengzi/p/16708733.html