- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Data migration to Kafka from Oracle
- Labels:
-
Apache Kafka
Created ‎12-08-2016 12:34 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have a data migration from Oracle to Kafka via GoldenGate. I need to identify the records coming in from Oracle say with a source_identifier like say AA ...which is not present as field in Oracle tab.
How can I get this value of source identifier in Kafka json file
eg we have gg.handler.hdfs.format.insertOpKey=I
Similary is there any config that can be set to , put tag souce_identifier as AA in kafka.
Created ‎12-08-2016 02:50 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You could use NiFi to read from the first, raw Kafka topic, enrich the messages with the appropriate values and perform other simple transformations, and then push to a second, final Kafka topic.
Created ‎12-08-2016 02:50 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You could use NiFi to read from the first, raw Kafka topic, enrich the messages with the appropriate values and perform other simple transformations, and then push to a second, final Kafka topic.
