Re: Kafka connect to database to push consumed data

2016-04-01 Thread Jay Kreps
There isn't a jdbc sink yet, though that is actually a very useful and easy connector to write. I think it can be pretty efficient as long as it uses prepared statements and batch insert... -Jay On Fri, Apr 1, 2016 at 6:06 AM, Kavitha Veluri wrote: > Thank you for the guidance . Does Kafka conn

Re: Kafka connect to database to push consumed data

2016-04-01 Thread Kavitha Veluri
Thank you for the guidance . Does Kafka connect JDBC also supports writing data into database. I understand it efficiently reads data from any relational database, but I'm looking for writing the consumed topics into database . Thanks, Kavitha veluri On Mar 31, 2016, at 10:51 PM, Surendra, Manc

Re: Kafka connect to database to push consumed data

2016-03-31 Thread Surendra , Manchikanti
Please look into Confluent Kafka connectors. http://www.confluent.io/developers/connectors -- Surendra Manchikanti On Thu, Mar 31, 2016 at 6:43 PM, Kavitha Veluri wrote: > Hi, > > I'm trying to use Kafka streams for my use case which consumes data from > producer , processes it and pushes that

Kafka connect to database to push consumed data

2016-03-31 Thread Kavitha Veluri
Hi, I'm trying to use Kafka streams for my use case which consumes data from producer , processes it and pushes that data to database. I spent time trying to find any similar examples but couldn't find one. Can you please help me by sending a sample example code for my use case? Any help is gr