Re: Using the new consumer client API 0.0.9

2016-03-30 Thread Jason Gustafson
Hi Oleg, The binary protocol is compatible, so you don't have to worry about 0.9 consumers not working with 0.10. But the API changes to the Java client are not binary compatible (you will have to recompile your code to use the 0.10 version of the client). Here is the KIP which details the changes

Re: Using the new consumer client API 0.0.9

2016-03-30 Thread Oleg Zhurakousky
Jason Are those API changes you mentioned binary compatible with previous release? Cheers Oleg > On Mar 30, 2016, at 12:03 PM, Jason Gustafson wrote: > > Hi Prabhakar, > > We fixed a couple critical bugs in the 0.9.0.1 release, so you should > definitely make sure to use that version if you w

Re: Using the new consumer client API 0.0.9

2016-03-30 Thread Jason Gustafson
Hi Prabhakar, We fixed a couple critical bugs in the 0.9.0.1 release, so you should definitely make sure to use that version if you want to try it out. Since then, we've mostly been tweaking the behavior for some edge cases and trying to improve messaging. I'd recommend giving it a shot. The upcom

Using the new consumer client API 0.0.9

2016-03-29 Thread Digumarthi, Prabhakar Venkata Surya
Hi All, We are planning to use consumer client API 0.0.9, but the kafka documentation still says its beta quality. Is there any timeline by when it becomes production ready ? The reason why we want to go with 0.9 is to avoid rework of migrating from 0.8.X client to 0.9. Note: we are runnin