Kafka:吞吐量测试

来自WHY42
Riguz讨论 | 贡献2021年11月23日 (二) 01:54的版本 (建立內容為「<syntaxhighlight lang="bash"> kafka-producer-perf-test.sh \ --topic test \ --num-records 10000000 \ --record-size 1024 \ --throughput -1 \ --p…」的新頁面)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
kafka-producer-perf-test.sh \
    --topic test \
    --num-records 10000000 \
    --record-size 1024 \
    --throughput -1 \
    --producer-props \
        bootstrap.servers=127.0.0.1:9093 \
        compression.type=lz4