FoghostCn opened a new pull request, #632:
URL: https://github.com/apache/dubbo-go-pixiu/pull/632
<!-- Thanks for sending a pull request!
-->
**What this PR does**:
dynamic Router and Cluster from registry center
ref #600
**Special notes for your reviewer**:
support application level and interface level service discovery
support zk and nacos registry
application level service discovery use prefix url pattern to match http
path,beacuse there is no methods information in the registry.
**Does this PR introduce a user-facing change?**:
```yaml
adapters:
- id: test
name: dgp.adapter.dubboregistrycenter
config:
registries:
"zookeeper":
registry_type: application // new config field, support
"application" or "interface"
protocol: zookeeper
address: "127.0.0.1:2181"
timeout: "5s"
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]