You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Colin McCabe (Jira)" <ji...@apache.org> on 2020/07/09 15:38:00 UTC

[jira] [Created] (KAFKA-10256) Create a server gradle module for Java code needed only by servers

Colin McCabe created KAFKA-10256:
------------------------------------

             Summary: Create a server gradle module for Java code needed only by servers
                 Key: KAFKA-10256
                 URL: https://issues.apache.org/jira/browse/KAFKA-10256
             Project: Kafka
          Issue Type: Improvement
            Reporter: Colin McCabe


It doesn't really make sense to have a "server" directory in the "clients" gradle module.  The client is not the server.  Instead, we should have a separate gradle module for code which is server-specific.

This will avoid polluting the client CLASSPATH with code which is internal to the server, and make the functional division of the code clearer.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)