-
背景: 问题:
这里推荐或通常的做法是怎么样的? |
Beta Was this translation helpful? Give feedback.
Answered by
jayantxie
May 6, 2022
Replies: 1 comment 1 reply
-
我理解得看具体的业务需求。如果c端是走http接口来访问,可以通过暴露http网关,再由泛化映射到rpc服务。 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
baiyutang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
我理解得看具体的业务需求。如果c端是走http接口来访问,可以通过暴露http网关,再由泛化映射到rpc服务。
实际上还可以由业务来控制。例如业务对外暴露http接口,而只对内部微服务间的调用走rpc。