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
I want to try rewriting my Java Cloud+Nacos project using Go Originally, my gateway matched and forwarded based directly on the routing path
How to use AddRoute to match URLs such as /server-a/user/list or /server-a/user/list/a through the pattern /server-a/*
I don't want the gateway to know too much information. It is only responsible for forwarding, authentication, encryption and decryption, etc
As for ng, I want my sub-service to be discovered in Nacos without having to fill in the IP, port, and other details of the other party
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I want to try rewriting my Java Cloud+Nacos project using Go
Originally, my gateway matched and forwarded based directly on the routing path
How to use AddRoute to match URLs such as /server-a/user/list or /server-a/user/list/a through the pattern /server-a/*
I don't want the gateway to know too much information. It is only responsible for forwarding, authentication, encryption and decryption, etc
As for ng, I want my sub-service to be discovered in Nacos without having to fill in the IP, port, and other details of the other party
The text was updated successfully, but these errors were encountered: