Is there some example like go-zero, include http api endpoint, rpc service and service discover? #3247
Unanswered
intfish123
asked this question in
Q&A
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to use axum to implement a complete set of functions like go-zero. All rpc services are registered to the service registration center, and the http service subscribes to all rpc services from the registration center. When an http request comes, it first passes through the http service, and in the http service, the corresponding rpc service is obtained from the registration center according to the routing configuration, then the rpc service is called and the corresponding result is returned.
Is there such a sample project?
Beta Was this translation helpful? Give feedback.
All reactions