yesemsanthoshkumar opened a new pull request, #6726: URL: https://github.com/apache/hudi/pull/6726
### Change Logs Context: https://apache-hudi.slack.com/archives/C4D716NPQ/p1660215517081789 MultiTableDeltastreamer currently supports single transformer class for all of the data being synced. And it can only be enabled or disabled as a whole. There is no support for enabling transformers for a select feed of data or to use different transformers for different feeds. This PR addresses the same. The same feature is available in schemaprovider class through `hoodie.deltastreamer.schemaprovider.class` property in table level configs. ### Impact The impact audience are the confined to users of MultiTableDeltaStreamer and that too if they use transformers. And since this is a new feature, things should run as-is even if this change has been incorporated. **Risk level: none | low | medium | high** Low ### Contributor's checklist - [ x] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute) - [ x] Change Logs and Impact were stated clearly - [ ] Adequate tests were added if applicable - [ ] CI passed -- 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]
