Alyssa Huang created KAFKA-18039:
------------------------------------

             Summary: Test all versions of quorum responses in 
RequestResponseTest 
                 Key: KAFKA-18039
                 URL: https://issues.apache.org/jira/browse/KAFKA-18039
             Project: Kafka
          Issue Type: Test
            Reporter: Alyssa Huang


Following should support accepting `version` as they have more than one version
```
case BEGIN_QUORUM_EPOCH: return createBeginQuorumEpochResponse();
case END_QUORUM_EPOCH: return createEndQuorumEpochResponse();
case DESCRIBE_QUORUM: return createDescribeQuorumResponse();
```



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to