The modifications in sharding-orchestration are: 1. The RegistryCenter is changed to split into 3 interfaces: ConfigCenter, Registry Center, DistributedLockManagement. 2. The related implementation class is changed and initialization is changed. These changes mean the sharding-orchestration module will be totally changed. So we create two modules in the sharding-orchestration to replace old modules in the sharding-orchestration. And now I wanna make the replacing. But it's huge task, because many classes of the sharding-orchestration are called by other modules. I'd like to discuss the workflow of the replacing, to make this action safely be done without any unit test failure.
Juan Pan <[email protected]> 于2019年12月11日周三 下午4:02写道: > Hi Yuan, > > > I’d like to join in discussion, however i have no idea about what is going > now, could you draft a workflow or schedule to give us a basic > understanding about it. Based on that, maybe others could give some great > suggestion or idea. > > > Juan Pan > > > [email protected] > Juan Pan(Trista), Apache ShardingSphere > > > On 12/11/2019 14:28,guangyuan wang<[email protected]> wrote: > Hello everyone > I'd like to reconstruct the sharding-orchestration module. So far as, we > have develop a new sharding-orchestration-center module and > sharding-orchestration-core-new module. I'd like to use them to replace the > old ones. But It's really huge engineering. So I'd like to discuss the > workflow of the reconstruction. Do you have any good suggestions? >
