Re: Should 0.8.3 consumers correctly function with 0.8.2 brokers?

2015-04-24 Thread Sean Lydon
pieces that are missing in 0.8.2 (Coordinator, Heartbeat, etc). Maybe I'm missing something. It will be nice if this will work :) Mind sharing what / how you tested? Were there no errors in broker logs after your fix? On Thu, Apr 23, 2015 at 5:37 PM, Sean Lydon lydon.s...@gmail.com

[jira] [Commented] (KAFKA-2121) prevent potential resource leak in KafkaProducer and KafkaConsumer

2015-04-23 Thread Sean Lydon (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14510117#comment-14510117 ] Sean Lydon commented on KAFKA-2121: --- While this does resolve https://issues.apache.org

Should 0.8.3 consumers correctly function with 0.8.2 brokers?

2015-04-23 Thread Sean Lydon
Currently the clients consumer (trunk) sends offset commit requests of version 2. The 0.8.2 brokers fail to handle this particular request with a: java.lang.AssertionError: assertion failed: Version 2 is invalid for OffsetCommitRequest. Valid versions are 0 or 1. I was able to make this work