Change broker request and response to use Seqs rather than Array ----------------------------------------------------------------
Key: KAFKA-299 URL: https://issues.apache.org/jira/browse/KAFKA-299 Project: Kafka Issue Type: Bug Components: core Affects Versions: 0.8 Reporter: Prashanth Menon The new Produce and Fetch request and response classes use primitive Arrays, but becaue they are case classes and Java's array hashCode/equals functionality is broken, the case class equality contract is broken as well. We should change the models to use Seqs to resolve the issue along with gaining all the functional benefits that goes along with it. This change will require appropriate Java versions to convert between Array's and Seqs for Java clients. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira