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

Jun Rao commented on KAFKA-253:
-------------------------------

Thanks for the review. Committed to 0.8 branch. Will close the jira once it's 
committed to 0.7 branch.
                
> Refactor the async producer to have only one queue instead of one queue per 
> broker in a Kafka cluster
> -----------------------------------------------------------------------------------------------------
>
>                 Key: KAFKA-253
>                 URL: https://issues.apache.org/jira/browse/KAFKA-253
>             Project: Kafka
>          Issue Type: Improvement
>    Affects Versions: 0.8
>            Reporter: Neha Narkhede
>            Assignee: Jun Rao
>         Attachments: kafka-253.patch, kafka-253_v2.patch, kafka-253_v3.patch, 
> kafka-253_v4.patch, kafka-253_v5.patch
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> Today, the async producer is associated with a particular broker instance, 
> just like the SyncProducer. The Producer maintains a producer pool of 
> sync/async producers, one per broker. Since the producer pool creates one 
> async producer per broker, we have multiple producer queues for one Producer 
> instance. 
> With replication, a topic partition will be logical. This requires 
> refactoring the AsyncProducer to be broker agnostic. As a side effect of this 
> refactoring, we should also ensure that we have only one queue per Producer 
> instance.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to