Hi,
with data services, I want to make a real-time job that take the Changed data from the CDC ODP table.
However, what I notice is that I only get the change when I first execute the job or start the service. When the service run, even if there ...
Hi, I am in a project where I need to load data to an Apache Kafka system. Has anyone ever done something similar before, I do not have a lot of experience of Kafka? What are the information needed to connect the 2 systems?
Hi,
In my project, I want to use Data services to transfer data coming from ODP table extractor (CDC) to an apache Kafka system. I use data services to make some transformation and validation in between.
It also need to be in real time, so when t...
Hello,If the changes in the ODP extractor only concern the fields values, will it be able to give me the change on the fly?Right now I feel that I need to execute the job manually to return the change. So when I start my real time job, it only catch ...