forked from apache/pulsar
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add pulsar-perf new feature: one subscription has more than one consu…
…mers (apache#8837) ### Motivation *The official performance test tool pulsar-perf now supports only one consumer per subscription, not multiple consumers per subscription.* ### Modifications - A new parameter `numSubscriptions` was added, which specifies the number of subscriptions per Topic - Change the definition of `numConsumers`: before: number of consumers per topic; After: the number of consumers per subscription - add new feature: one subscription has more than one consumers - add new parameter: `receiver-queue-size-across-partitions`, which means *Max total size of the receiver queue across partitions*
- Loading branch information
Showing
1 changed file
with
22 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters