If you wanted to use Go you could code a simple worker strategy https://github.com/stealthly/go_kafka_client/blob/master/consumers/consumers.go#L162-L170 with https://godoc.org/golang.org/x/tools/oracle to-do it and have at least once insert/update guarantee.
Not sure if you have language requirements or were looking for something higher level like Sqoop or NiFi (neither which I think support both yet) or something. ~ Joe Stein - - - - - - - - - - - - - - - - - http://www.stealth.ly - - - - - - - - - - - - - - - - - On Tue, Mar 10, 2015 at 3:14 AM, Vadim Keylis <vkeylis2...@gmail.com> wrote: > Good evening. Can someone suggest existing framework that allows to > reliably load data from kafka into relation database like Oracle in real > time? > > Thanks so much in advance, > Vadim >