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)