You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Anton Karamanov (JIRA)" <ji...@apache.org> on 2014/09/01 16:30:20 UTC

[jira] [Created] (KAFKA-1620) Make kafka api protocol implementation public

Anton Karamanov created KAFKA-1620:
--------------------------------------

             Summary: Make kafka api protocol implementation public
                 Key: KAFKA-1620
                 URL: https://issues.apache.org/jira/browse/KAFKA-1620
             Project: Kafka
          Issue Type: Improvement
            Reporter: Anton Karamanov


Some of the classes which implement Kafka api protocol, such as {{RequestOrResponse}} and {{FetchRequest}} are defined as private to {{kafka}} package. Those classes would be extremely usefull for writing custom clients (we're using Scala with Akka and implementing one directly on top of Akka TCP), and don't seem to contain any actuall internal logic of Kafka. Therefore it seems like a nice idea to make them public.



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