Hi, you can use librdkafka C library for producing data.
https://github.com/edenhill/librdkafka Manikumar On Wed, Mar 23, 2016 at 12:41 PM, Shashidhar Rao <raoshashidhar...@gmail.com > wrote: > Hi, > > Can someone help me with reading data from sensors and storing into Kafka. > > At the moment the sensors data are read by a C program and the captured > data is stored in Oracle. > > How data captured by C program at real time can be stored into Kafka. Is > there a sample C Kafka producer which stores data into kafka. > > Thanks in advance. > > Regards > Shashi >