how to build and deploy to maven artifactory kafka 7.0.2 / 8.0

2013-06-28 Thread Yulia Stolin
Hi, I want to start to use kafka. I've written some test consumer/producer with maven version from conjars (7.0) but it is old. I want to build a new kafka 7.0.2 (then kafka8 when it will be released for production usage) I've looked at web for several topics/forums that there is no kafka versio

ClassCastException on kafka Producer

2013-06-20 Thread Yulia Stolin
Hi, I'm trying to write some simple producer to that writes messages to kafka I've downloaded kafka0.7 Run the kafka server, producer and consumer Ø bin/kafka-server-start.sh config/server.properties Ø bin/kafka-console-consumer.sh --zookeeper zooserver:2181 --topic test --from-beginning Ø

ClassCastException on Producer

2013-06-20 Thread Yulia Stolin
Hi, I'm trying to write some simple producer to that writes messages to kafka I've downloaded kafka0.7 Run the kafka server, producer and consumer Ø bin/kafka-server-start.sh config/server.properties Ø bin/kafka-console-consumer.sh --zookeeper zooserver:2181 --topic test --from-beginning Ø