liunaijie commented on issue #10247: URL: https://github.com/apache/seatunnel/issues/10247#issuecomment-3775804878
Thanks for raising this good propose. It's indeed very useful. I have previously done some related work under this issue https://github.com/apache/seatunnel/issues/8576. After this issue is completed, all connectors will be created via a `Factory`, and parameter validation will be performed through `OptionRule` before creation. https://github.com/apache/seatunnel/blob/dev/seatunnel-api/src/main/java/org/apache/seatunnel/api/configuration/util/ConfigValidator.java#L45 As you pointed out, the current OptionRule does have some limitations. Would it be possible to consider enhancing OptionRule to support more complex parameter validation relationships? -- 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]
