You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Neha Narkhede (JIRA)" <ji...@apache.org> on 2013/01/25 17:31:13 UTC

[jira] [Created] (KAFKA-736) Add an option to the 0.8 producer to mimic 0.7 producer behavior

Neha Narkhede created KAFKA-736:
-----------------------------------

             Summary: Add an option to the 0.8 producer to mimic 0.7 producer behavior
                 Key: KAFKA-736
                 URL: https://issues.apache.org/jira/browse/KAFKA-736
             Project: Kafka
          Issue Type: Improvement
          Components: producer 
    Affects Versions: 0.8
            Reporter: Neha Narkhede
            Assignee: Neha Narkhede
            Priority: Blocker


I profiled a producer throughput benchmark between a producer and a remote broker. It turns out that the background send threads spends ~97% of its time waiting to read the acknowledgement from the broker.

I propose we change the current behavior of request.required.acks=0 to mean no acknowledgement from the broker. This will mimic the 0.7 producer behavior and will enable tuning the producer for very high throughput.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira