You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/11/06 13:59:00 UTC

[jira] [Commented] (KAFKA-7597) Trogdor - Support transactions in ProduceBenchWorker

    [ https://issues.apache.org/jira/browse/KAFKA-7597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16676787#comment-16676787 ] 

ASF GitHub Bot commented on KAFKA-7597:
---------------------------------------

stanislavkozlovski opened a new pull request #5885: KAFKA-7597: Make Trogdor ProduceBenchWorker support transactions
URL: https://github.com/apache/kafka/pull/5885
 
 
   It now accepts a new "messagesPerTransaction" field, which, if present, will enable transactional functionality in the bench worker.
   The producer will open N transactions with X messages each (bounded by the mandatory "maxMessages" field)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Trogdor - Support transactions in ProduceBenchWorker
> ----------------------------------------------------
>
>                 Key: KAFKA-7597
>                 URL: https://issues.apache.org/jira/browse/KAFKA-7597
>             Project: Kafka
>          Issue Type: Improvement
>            Reporter: Stanislav Kozlovski
>            Assignee: Stanislav Kozlovski
>            Priority: Minor
>
> The `ProduceBenchWorker` allows you to schedule a benchmark of a Kafka Producer.
> It would prove useful if we supported transactions in this producer, as to allow benchmarks with transactions.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)