RE: Need example of robust Producer

2014-05-01 Thread Chris Helck
@kafka.apache.org Subject: Re: Need example of robust Producer Does this help: https://github.com/stealthly/scala-kafka/blob/master/src/main/scala/KafkaPr oducer.scala -Dragos On 4/30/14, 5:29 AM, "Chris Helck" wrote: >I am new to Kafka. I'd like to see example code that uses a Pro

Re: Need example of robust Producer

2014-04-30 Thread Dragos Manolescu
Does this help: https://github.com/stealthly/scala-kafka/blob/master/src/main/scala/KafkaPr oducer.scala -Dragos On 4/30/14, 5:29 AM, "Chris Helck" wrote: >I am new to Kafka. I'd like to see example code that uses a Producer and >handles connectivity errors to Kafka brokers and/or ZooKeeper. >