YarBor opened a new pull request, #2685:
URL: https://github.com/apache/dubbo-go/pull/2685
to support #2684
new condition-rule config like this
```yaml
configVersion: v3.1
scope: service
force: true
runtime: true
enabled: true
key: org.apache.dubbo.samples.CommentService
conditions:
- rule: method=getComment => region=Hangzhou
force: false
priority: 20
- rule: xxx
force: true
priority: 10
```
through `configVersion` to choose parse and load logic.
set `configVersion: v3.1` to use new.
--
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]