Thanks for the example. My version is not the latest 0.8.
Regards,
Libo
: 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
>
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
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
Thanks for the information. I will keep providing feedback regarding 0.8.
Regards,
Libo
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
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