[ https://issues.apache.org/jira/browse/KAFKA-3188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15193689#comment-15193689 ]
ASF GitHub Bot commented on KAFKA-3188: --------------------------------------- GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/1059 KAFKA-3188: Compatibility test for old and new clients with 0.10 broker @apovzner @becketqin please have a look if you can. Thanks. You can merge this pull request into a Git repository by running: $ git pull https://github.com/enothereska/kafka kafka-3188-compatibility Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/1059.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1059 ---- commit 18ce7127757f96fd256e67f6974a62881c3f6736 Author: Eno Thereska <eno.there...@gmail.com> Date: 2016-03-14T17:23:49Z Compatibility test for old and new clients with 0.10 broker ---- > Add system test for KIP-31 and KIP-32 - Compatibility Test > ---------------------------------------------------------- > > Key: KAFKA-3188 > URL: https://issues.apache.org/jira/browse/KAFKA-3188 > Project: Kafka > Issue Type: Sub-task > Affects Versions: 0.9.0.0 > Reporter: Jiangjie Qin > Assignee: Eno Thereska > Priority: Blocker > Fix For: 0.10.0.0 > > > The integration test should test the compatibility between 0.10.0 broker with > clients on older versions. The clients version should include 0.9.0 and 0.8.x. > We already cover 0.10 brokers with old producers/consumers in upgrade tests. > So, the main thing to test is a mix of 0.9 and 0.10 producers and consumers. > E.g., test1: 0.9 producer/0.10 consumer and then test2: 0.10 producer/0.9 > consumer. And then, each of them: compression/no compression (like in upgrade > test). And we could probably add another dimension : topic configured with > CreateTime (default) and LogAppendTime. So, total 2x2x2 combinations (but > maybe can reduce that — eg. do LogAppendTime with compression only). -- This message was sent by Atlassian JIRA (v6.3.4#6332)