apache / dubbo

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

Revisit the design and usage of URL in Dubbo 3.0 #7641

Open chickenlj opened 3 years ago

pinxiong commented 3 years ago

The concept of URL-based design runs through Dubbo. There are two main threads, the provider and consumer.

pinxiong commented 3 years ago

Problem

Suggestion