-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
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
Condition Example #551
Condition Example #551
Conversation
Is there any way to use conditional route without config center or dubbo admin? Because doing that is a very heavy burden to the users who are new to the Dubbo-go. |
I think there is a way to do it, and I will do it |
Now there is a problem, I don't have a good way to get the routing rules locally |
I am just wondering, do the conditional rules only get from the config center, or can they also be able to set in the config file? |
Yes,Can set in the config file |
Okay, could you provide an example of how to use the feature locally, as a brief guide to help users understand how it works? It's not necessary to use it with the Dubbo admin. If you believe that obtaining the rules dynamically is also an important topic, then leaving both samples would be fine with me. To summarize, keeping your examples as simple as you could. |
Ok, I'll finish it. |
Condition Example