bvaradar commented on issue #2151: URL: https://github.com/apache/hudi/issues/2151#issuecomment-705413459
@tandonraghav : the correct setup would be to actually keep separate Hudi tables for each Mongo collection (table) as the schema could be different across collections. You should have Debezium route CDC for eac collection to its own dedicated Kafka Topic and have Hudi read from separate topics to build them. Have you looked at DeltaStreamer in Hudi (continuous mode). That tool is tailor made for the use-case you are describing. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
