step by step guide for writing a non-java 0.9 client

2014-08-23 Thread Dana Powers
The 0.9 Consumer re-write design document refers to a "step by step guide for writing a non-java 0.9 client" but the link doesnt work -- it appears to be an internal LinkedIn document? Is this something that could be published more broadly? This is the link: https://iwww.corp.linkedin.com/wiki/c

Re: step by step guide for writing a non-java 0.9 client

2014-08-23 Thread Guozhang Wang
Hello Dana, The "step by step guide" wiki is still under construction by now, and hence not public yet. We will try to release the wiki once the new consumer in Java is out and the wiki is completed. Sorry about the confusion. Guozhang On Sat, Aug 23, 2014 at 10:38 AM, Dana Powers wrote: > T

kafka unit test in Java, TestUtils choosePort sends NoSuchMethodError

2014-08-23 Thread Parin Jogani
I am trying to create unit test case for Kafka in Java with a simple call Properties props =TestUtils.createBrokerConfig(1, TestUtils.choosePort(), true); It fails on > > java.lang.NoSuchMethodError: > scala.Predef$.intWrapper(I)Lscala/runtime/RichInt; > > > at kafka.utils.TestUtils$.ch

Re: kafka unit test in Java, TestUtils choosePort sends NoSuchMethodError

2014-08-23 Thread Guozhang Wang
Parin, Which scala version are you using? And which kafka version are you working on? Guozhang On Sat, Aug 23, 2014 at 7:16 PM, Parin Jogani wrote: > I am trying to create unit test case for Kafka in Java with a simple call > > Properties props =TestUtils.createBrokerConfig(1, > Test

Re: kafka unit test in Java, TestUtils choosePort sends NoSuchMethodError

2014-08-23 Thread Parin Jogani
Kafka: > org.apache.kafka > kafka_2.9.2 > 0.8.1.1 > test My tests are in Java: junit, so dont know how scala would make a difference. Hope this helps! -Parin On Sat, Aug 23, 2014 at 7:54 PM, Guozhang Wang wrote: > Parin, > > Which scala version are you using? And which kafka version are y