You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/09/05 15:27:45 UTC

[GitHub] [pulsar] liangyepianzhou commented on issue #11765: Add perf test for transaction

liangyepianzhou commented on issue #11765:
URL: https://github.com/apache/pulsar/issues/11765#issuecomment-913175463


   # solution
   * One producer per topic, the producer will execute several transactions, and each transaction produces a fixed number of messages. The number of transactions executed by each producer can be set, if not set, it will be executed until it times out.
   * Multiple subscriptions per topic, one consumer per subscription . The consumer additionally opens the transaction to confirm the message
   * The granularity of the transaction in the producer will affect the rate at which the consumer receives data, and the rate of receiving and sending can be compared. Multiple consumers may affect this comparison
   * Transaction random commit or abort
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org