Lucas-307 opened a new issue #6687: URL: https://github.com/apache/shardingsphere/issues/6687
Current RdbmsConfiguration is messy, such as: - include dumper andimporter config but not the same. - include incremental and inventory config but not the same. - include context like PositionManager. - implements Cloneable It should be Refactoring: - split into dumper/importer or incremental/inventory config. - extract PositionManager to job context. - remove Cloneable. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
