Hi All, I have a use case where I need to pull multiple tables (say close to 100) into Hadoop. Do we need to schedule 100 Hudi jobs to pull these tables? Can there be a workaround where there is one Hudi Application pulling from multiple Kafka topics? This will avoid creating multiple SparkSessions and avoid the memory overhead that comes with it.
Regards, Gurudatt
