Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Data migration to Kafka from Oracle

avatar
Explorer

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.

1 ACCEPTED SOLUTION

avatar

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.

View solution in original post

1 REPLY 1

avatar

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.