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 02:05:34 UTC

[jira] [Created] (KAFKA-1931) Refactor server to use code in org.apache.kafka.common

Jay Kreps created KAFKA-1931:
--------------------------------

             Summary: Refactor server to use code in org.apache.kafka.common
                 Key: KAFKA-1931
                 URL: https://issues.apache.org/jira/browse/KAFKA-1931
             Project: Kafka
          Issue Type: Improvement
            Reporter: Jay Kreps


We introduced a bunch of generic code that covers functionality shared by both the client and the server in org.apache.kafka.common as part of the new client work. This meant to factor out common utility/framework code in a way it can be used by the clients without dragging in the whole server.

That code is now in use by the clients but not the server. So there is now a lot of duplication. This is a meta ticket to track a number of issues that are cleaning up this duplication.



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