RaigorJiang opened a new issue, #30190: URL: https://github.com/apache/shardingsphere/issues/30190
`YamlDatabaseConfigurationImportExecutor` is used to implement the rule import function for `ImportDatabaseConfigurationExecutor`. But now `YamlDatabaseConfigurationImportExecutor` relies heavily on various features. In fact, it should use SPI to manage rules like `ExportDatabaseConfigurationExecutor` to achieve decoupling. We can refer to `ExportDatabaseConfigurationExecutor` and `ConvertYamlConfigurationExecutor`. -- 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]
