Oracle to Kafka made easy.
Source: http://oebsnotes.blogspot.com Sometimes we need to expose data from Oracle database to external systems/services. In our experience, it ends ups with kind of interim tables or even interim databases or REST service solutions, the downsides of such approaches are well known. These days one of the best solution to communicate services is message broker, namely Apache Kafka. This time we would like to send data from Oracle database to Kafka, after some googling we come up with – GoldenGate, WebLogic,…