YarBor opened a new pull request, #2700:
URL: https://github.com/apache/dubbo-go/pull/2700
the updated condition-route like
```yml
configVersion: v3.1
scope: service
key: org.apache.dubbo.samples.CommentService
force: false
runtime: true
enabled: true
#######
trafficDisabled:
- match: arguments[0] = "false"
- match: host = 10.20.153.10,10.20.153.11
#######
regionalTry: true
#######
conditions:
- from:
match: tag=gray
to:
- match: tag!=gray
weight: 100
- match: tag=gray
weight: 900
- from:
match: version=v1
to:
- match: version=v1
```
--
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]