You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Jakub Scholz (JIRA)" <ji...@apache.org> on 2017/09/19 19:12:00 UTC

[jira] [Created] (KAFKA-5933) Move timeout and validate_only protocol fields into CommonFields class

Jakub Scholz created KAFKA-5933:
-----------------------------------

             Summary: Move timeout and validate_only protocol fields into CommonFields class
                 Key: KAFKA-5933
                 URL: https://issues.apache.org/jira/browse/KAFKA-5933
             Project: Kafka
          Issue Type: Bug
            Reporter: Jakub Scholz


Most of the fields which are shared by multiple protocol messages (requests ad responses) are in the CommonFields class. However there are still some fields used multiple times which are not there yet:
* timeout
* validate_only

It would be good to move also these two fields into the CommonFields class so that they can be easily shared by different messages.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)