Replies: 1 comment 4 replies
-
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
My system is Contes, 32g, 16 core。
This is my running script:
./rdkafka_performance -P -t topic-5 -b 172.16.188.248:19092 -s 1024 -l -c 200000 -i 5000 -X queue.buffering.max.ms=1000 -X batch.size=5242880
./rdkafka_performance -G mygroup -t topic-5 -p 0 -b 172.16.188.248:19092 -l -c 200000 -i 5000
one topic and five partitions.
The Kafka cluster I deployed is installed on the same server. Three Kafka broker nodes are installed. It is a pseudo cluster
Beta Was this translation helpful? Give feedback.
All reactions