ROOBALJINDAL commented on issue #6348: URL: https://github.com/apache/hudi/issues/6348#issuecomment-1223963932
@rmahindra123 thanks, it worked. But I added 2 tables for ingestion but it is always picking first table mentioned in comma separated list. Can you tell what is missing? **Kafka-source.properties** ``` hoodie.deltastreamer.ingestion.tablesToBeIngested=default.table1,default.table2 hoodie.deltastreamer.ingestion.default.table1.configFile=s3://config/table1-config.properties hoodie.deltastreamer.ingestion.default.table2.configFile=s3://config/table2-config.properties ``` @pratyakshsharma @nsivabalan -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
