You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Guozhang Wang (JIRA)" <ji...@apache.org> on 2015/06/16 22:22:05 UTC

[jira] [Updated] (KAFKA-1316) Refactor Sender

     [ https://issues.apache.org/jira/browse/KAFKA-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guozhang Wang updated KAFKA-1316:
---------------------------------
    Fix Version/s:     (was: 0.8.2.0)
                   0.8.3

> Refactor Sender
> ---------------
>
>                 Key: KAFKA-1316
>                 URL: https://issues.apache.org/jira/browse/KAFKA-1316
>             Project: Kafka
>          Issue Type: Sub-task
>          Components: producer 
>            Reporter: Jay Kreps
>            Assignee: Jay Kreps
>             Fix For: 0.8.3
>
>         Attachments: KAFKA-1316.patch, KAFKA-1316.patch, KAFKA-1316.patch, KAFKA-1316_2014-06-03_11:15:38.patch, KAFKA-1316_2014-06-03_14:33:33.patch, KAFKA-1316_2014-06-07_11:20:38.patch, KAFKA-1316_2014-06-19_14:01:04.patch
>
>
> Currently most of the logic of the producer I/O thread is in Sender.java.
> However we will need to do a fair number of similar things in the new consumer. Specifically:
>  - Track in-flight requests
>  - Fetch metadata
>  - Manage connection lifecycle
> It may be possible to refactor some of this into a helper class that can be shared with the consumer. This will require some detailed thought.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)