Browsed by
Category: kafka

Debezium with Oracle 11g

Debezium with Oracle 11g

Versions in use Kafka 2.3.0 / Confluent Platform 5.3.0 Debezium 0.10 Oracle 11g EE 11.2.0.4 tl;dr It works, though you need some small adjustments to the DB setup that is described in the Debezium Tutorial Using Oracle. You need a minimum version of 11.2.0.4. You also need an Oracle license for XStream in addition to your 11g database. Watch out for Oracle data types that come through Debezium as a byte array: KSQL can’t read it, so you need some other way…

Read More Read More

Oracle to Kafka made easy.

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,…

Read More Read More