We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Java SDK (apache/dubbo)
the updated condition-route like
configVersion: v3.1 scope: service key: org.apache.dubbo.samples.CommentService force: false runtime: true enabled: true ####### conditions: - from: match: tag=tag1 # disable traffic - from: match: tag=gray to: - match: tag!=gray weight: 100 - match: tag=gray weight: 900 - from: match: version=v1 to: - match: version=v1
configVersion: v3.1 scope: service # Or application key: service.apache.com enabled: true runtime: true affinityAware: key: region ratio: 20
#14356
The text was updated successfully, but these errors were encountered:
Use ref like $invocation.attachment.tag or $url.tag would be better
$invocation.attachment.tag
$url.tag
Sorry, something went wrong.
No branches or pull requests
Pre-check
Search before asking
Apache Dubbo Component
Java SDK (apache/dubbo)
Descriptions
the updated condition-route like
dubbo/config/group/{$name}.condition-router
dubbo/config/group/{$name}.affinity-router
Related issues
#14356
Are you willing to submit a pull request to fix on your own?
Code of Conduct
The text was updated successfully, but these errors were encountered: