massive producers perform better than a single producer under the same topic #23059
Unanswered
wch6887164
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I use the Java client to connect to Pulsar as a producer, I continuously write messages to Pulsar using sendAsync and wait for Pulsar's asynchronous response before returning the success or failure result upstream. When there is only one producer for a topic, the performance is only 1000 TPS. However, when I increase the number of producers, the performance continues to improve. Why is this happening? The Pulsar client version used is 2.10.4, and the Java version is 1.8.
Beta Was this translation helpful? Give feedback.
All reactions