dubbo icon indicating copy to clipboard operation
dubbo copied to clipboard

[Feature] enable modular development like springboot modulith or google service weaver

Open lvjing2 opened this issue 6 months ago • 2 comments

Pre-check

  • [X] I am sure that all the content I provide is in English.

Search before asking

  • [X] I had searched in the issues and found no similar feature requirement.

Apache Dubbo Component

Java SDK (apache/dubbo)

Descriptions

Currently, there are many concerns in modular development, no matter springboot modulith or google service weaver. We notice that we can achieve those benefit by the modular development.

  1. developing with only focus on his own business
  2. deploy much faster
  3. cost less resource
  4. more simper cooperation with other developers
  5. and so on

So, How to enable modular development in dubbo? Can we discompose the mess code into small and separated modulars,develop and deploy separately (hot deploy).

Related issues

No response

Are you willing to submit a pull request to fix on your own?

  • [X] Yes I am willing to submit a pull request on my own!

Code of Conduct

lvjing2 avatar Aug 27 '24 04:08 lvjing2