Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello guys,
my scenario is to have multiple databases with (maybe) different schema and all of the data should be synchronized to one main-database without any big latencies. I would not call it a multi-master-database-architecture since only specific tables are mutable by specific applications in their master-database but it is something into that direction. Now I have some general questions regarding the CDC capabilities of Talend and hope you can give me some answers.
I hope someone can answer my questions and I did not post this in the wrong section.
Thanks in advance and have a nice day 😃
Malachi
1. yes, it true - only trigger based replication
2. followed by 1 - triggers for collect changes must be installed on the source database server
2.2 what happens if - nothing, it just a tables where triggers store subscribers and data, so reconnect and continue
there are several alternative solutions for send PostgreSQL (and not only) CDC to Kafka, then Talend could be used for parse Kafka
1. yes, it true - only trigger based replication
2. followed by 1 - triggers for collect changes must be installed on the source database server
2.2 what happens if - nothing, it just a tables where triggers store subscribers and data, so reconnect and continue
there are several alternative solutions for send PostgreSQL (and not only) CDC to Kafka, then Talend could be used for parse Kafka