You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "David Jacot (Jira)" <ji...@apache.org> on 2019/10/08 11:54:00 UTC

[jira] [Created] (KAFKA-8997) Make Errors a first class type in the auto-generated protocol

David Jacot created KAFKA-8997:
----------------------------------

             Summary: Make Errors a first class type in the auto-generated protocol
                 Key: KAFKA-8997
                 URL: https://issues.apache.org/jira/browse/KAFKA-8997
             Project: Kafka
          Issue Type: Improvement
            Reporter: David Jacot
            Assignee: David Jacot


Errors are encoded at int16 in the auto-generated protocol but the Errors enum is usually used in the broker and the client. Manual conversion from on to the other is tedious and can be avoided by supporting the `Errors` enum natively.



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