Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I need to know if CDC (Change Data Capture) is supported in Talend Data Services Platform version 6.2.2.
If no, is there an alternative method to catch changes in db's data and propagate them to another table in real time?
Thank you very much!
Corinne
Hi Corrine!
if answering with same level of information - Yes and Yes
is it help You? 😉
first check documentation - what types of CDC supported by Talend and for what type of Databases
than compare it with Your (for 200% I do not want even try to guess - what are You using! 🙂 )
by the way - some topics for CDC already on forum
https://help.talend.com/reader/ztNTsvuA6OUYwnhO3e_YIQ/9b7C0R8M36xGKgebiP3zAw
so, PostgreSQL will be supported with trigger based CDC
for non-trigger based CDC You could also search for - PostgreSQL CDC to Kafka, first page of results would be interesting and then combine them with Talend (if need)
Talend support only what described in doc
for PostgreSQL (or any trigger based supported DB) it very easy for test, it take not too much time
but:
1. Trigger based logic You can always realise Your self
2. You can check other solutions which read logs and create kafka events and parse Kafka with Talend
Just go from Your real needs, what You exactly need todo, then choose most proper way
Hi vapukov,
I'm able to tell you that the interested database is MS SQL Server, 11.0.3128 (2012 SP1) while the
Talend version is Talend Data Services Platform Version: 6.2.2 Build id: 20170124_1318.
Can you tell me where I can check if this version of Talend and MS SQL Server are supported by CDC?
Thank you very much!
Corinne