thirsd opened a new pull request, #9116: URL: https://github.com/apache/seatunnel/pull/9116
thanks to @hailin0 https://github.com/hailin0. @liunaijie https://github.com/liunaijie @wuchunfu https://github.com/wuchunfu @litiliu https://github.com/litiliu reference the design: https://github.com/apache/seatunnel/pull/8945#issuecomment-2719870911 <!-- Thank you for contributing to SeaTunnel! Please make sure that your code changes are covered with tests. And in case of new features or big changes remember to adjust the documentation. Feel free to ping committers for the review! ## Contribution Checklist - Make sure that the pull request corresponds to a [GITHUB issue](https://github.com/apache/seatunnel/issues). - Name the pull request in the form "[Feature] [component] Title of the pull request", where *Feature* can be replaced by `Hotfix`, `Bug`, etc. - Minor fixes should be named following this pattern: `[hotfix] [docs] Fix typo in README.md doc`. --> ### Purpose of this pull request [Feature] connection configuration uniform and reuse in job config impl: https://github.com/apache/seatunnel/issues/8941 ### Does this PR introduce _any_ user-facing change? Yes support `ref_config_path` in env, and use `st_ref_key` to merge common config. update doc file: 1. seatunnel\docs\en\concept\config.md 2. seatunnel\docs\en\concept\JobEnvConfig.md 3. seatunnel\docs\zh\concept\config.md 4. seatunnel\docs\zh\concept\JobEnvConfig.md ### How was this patch tested? 1. seatunnel\seatunnel-engine\seatunnel-engine-client\src\test\java\org\apache\seatunnel\engine\client\MultipleTableJobConfigParserTest.java 2. seatunnel\seatunnel-core\seatunnel-core-starter\src\test\java\org\apache\seatunnel\core\starter\utils\ConfigShadeTest.java -- 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: commits-unsubscr...@seatunnel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org