Created 12-11-2015 08:22 PM
We've some mainframe with DB/2 and we need to bring every new record written inside DB/2 to Hadoop (Hive ORC table) in the fastest way possible. Is Nifi capable of doing such a thing?
Created 12-12-2015 04:06 PM
The current approach is to use sqoop incremental job, nifi has no support for CDC. You can also look at Attunity Replicate or GoldenGate for CDC.
Created 12-12-2015 04:06 PM
The current approach is to use sqoop incremental job, nifi has no support for CDC. You can also look at Attunity Replicate or GoldenGate for CDC.
Created 03-28-2016 01:24 AM
Nifi just added QueryDatabaseTable for simple change capture https://cwiki.apache.org/confluence/display/NIFI/Release+Notes
Created 02-16-2019 08:50 PM
Did we got any fix for this ? or still NIFI does'nt support CDC from DB2 ?