Re: How to Ingest data into kafka

2014-12-10 Thread nitin sharma
Hi Kishore, You can use Kafka Producer API for same. You can find the sample code on Kafka Quick Start page : http://kafka.apache.org/07/quickstart.html Regards, Nitin Kumar Sharma. On Wed, Dec 10, 2014 at 2:14 AM, kishore kumar wrote: > Hi kafkars, > > I want to write a java code to ingest

How to Ingest data into kafka

2014-12-09 Thread kishore kumar
Hi kafkars, I want to write a java code to ingest csv files into kafka,any help. Thanks, Kishore.