RE: develop customized producer and consumer in java

2013-05-13 Thread Yu, Libo
Thanks for the example. My version is not the latest 0.8. Regards, Libo

RE: develop customized producer and consumer in java

2013-05-07 Thread Gray, Alex
: users@kafka.apache.org Subject: Re: develop customized producer and consumer in java Are you using the latest code in the 0.8 branch? Thanks, Jun On Tue, May 7, 2013 at 6:48 AM, Yu, Libo wrote: > I got this error when I ran > ./sbt release-zip > > : command not found >

Re: develop customized producer and consumer in java

2013-05-07 Thread Jun Rao
Are you using the latest code in the 0.8 branch? Thanks, Jun On Tue, May 7, 2013 at 6:48 AM, Yu, Libo wrote: > I got this error when I ran > ./sbt release-zip > > : command not found > [info] Loading project definition from /opt/kafka/project > [info] Set current project to Kafka (in build fi

Re: develop customized producer and consumer in java

2013-05-07 Thread Yu, Libo
I got this error when I ran ./sbt release-zip : command not found [info] Loading project definition from /opt/kafka/project [info] Set current project to Kafka (in build file:/opt/kafka/) [error] Not a valid command: release-zip [error] Expected '/' [error] Expected ':' [error] Not a valid key: re

Re: develop customized producer and consumer in java

2013-04-24 Thread Yu, Libo
Thanks for the information. I will keep providing feedback regarding 0.8. Regards, Libo

Re: develop customized producer and consumer in java

2013-04-23 Thread Jun Rao
To write the client code, you can follow the examples in http://kafka.apache.org/quickstart.html (0.7) or https://cwiki.apache.org/confluence/display/KAFKA/0.8.0+Producer+Example(0.8). You don't need to know scala to write the clients in java, but you do need the scala jar at runtime. In 0.8, if

Re: develop customized producer and consumer in java

2013-04-23 Thread Neha Narkhede
Hi, The API docs are here -http://people.apache.org/~joestein/kafka-0.7.1-incubating-docs/. These are not very complete, we will try our best to publish 0.8 APIs clearly. For Java examples, you can look at examples/ directory. Both clients exist in the main kafka jar. Thanks, Neha On Tue, Apr 23