sandynz opened a new issue, #19887: URL: https://github.com/apache/shardingsphere/issues/19887
Part of #19421. There's dedicated code in GovernanceRepositoryAPI: ``` void persistJobProgress(RuleAlteredJobContext jobContext); JobProgress getJobProgress(String jobId, int shardingItem); ``` GovernanceRepositoryAPI's responsibility is encapsulate registry center repository operations, and keep it simple. Possible changes: 1, In `GovernanceRepositoryAPI`: ``` void persistJobProgress(String jobId, int shardingItem, String progressValue); String getJobProgress(String jobId, int shardingItem); ``` 2, Add high level methods in `RuleAlteredJobAPI` -- 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]
