apache / dubbo

The java implementation of Apache Dubbo. An RPC and microservice framework.
https://dubbo.apache.org/
Apache License 2.0
40.41k stars 26.41k forks source link

Dubbo GSoC 2023 - Service Deployer #11896

Open AlbumenJ opened 1 year ago

AlbumenJ commented 1 year ago

For a large number of monolithic applications, problems such as performance will be encountered during large-scale deployment. For interface-oriented programming languages, Dubbo provides the capability of RPC remote calls, and we can help applications decouple through interfaces. Therefore, we can provide a deployer to help users realize the decoupling and splitting of microservices during deployment, and quickly provide performance optimization capabilities.

https://issues.apache.org/jira/browse/DUBBO-122

isHuangXin commented 1 year ago

Sounds interesting, I'd like to try it out. Can we communicate further details of this issue?

AlbumenJ commented 1 year ago

Sounds interesting, I'd like to try it out. Can we communicate further details of this issue?

Sure. You can have a look at ServiceWaver first.