shardingsphere
shardingsphere copied to clipboard
YamlDatabaseConfigurationImportExecutor should be decoupled from feature
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
.
Hi @RaigorJiang , I want to try.
@yx9o Hi, the 5.5.0
version will be released next week. Can it be completed during this period?
@yx9o Hi, the
5.5.0
version will be released next week. Can it be completed during this period?
Can it be moved to the next milestone?
No milestone has been set for this issue 😀
Completed, thank you! @yx9o