On 6/3/13 2:16 PM, Gaurang Jhawar wrote:
> How can I use Apache Kafka to get data from Oracle RDBMS which will be the 
> producer and will use a caching layer which will be the consumer Any good 
> tutorial I am trying to use JDBC to get the data writing the wrapper in JAVA 
> What API`s do i require to make the connection and get the data?
>
> Regards,
> Gaurang Jhawar
> USC
> www.linkedin.com/pub/gaurang-jhawar/63/a24/6a6/

I know virtually nothing about Oracle, but it seems like Database Change
Notification might be what you want:

http://jirawong.wordpress.com/2013/03/27/oracle-database-change-notification-jdbc-style-example/

Incorporating a simple kafka producer into the CN handler should be
straightforward.

-Mike

Reply via email to