You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Jay Kreps (JIRA)" <ji...@apache.org> on 2015/02/08 01:59:34 UTC

[jira] [Created] (KAFKA-1928) Move kafka.network over to using the network classes in org.apache.kafka.common.network

Jay Kreps created KAFKA-1928:
--------------------------------

             Summary: Move kafka.network over to using the network classes in org.apache.kafka.common.network
                 Key: KAFKA-1928
                 URL: https://issues.apache.org/jira/browse/KAFKA-1928
             Project: Kafka
          Issue Type: Improvement
            Reporter: Jay Kreps


As part of the common package we introduced a bunch of network related code and abstractions.

We should look into replacing a lot of what is in kafka.network with this code. Duplicate classes include things like Receive, Send, etc. It is likely possible to also refactor the SocketServer to make use of Selector which should significantly simplify it's code.



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