-
Notifications
You must be signed in to change notification settings - Fork 76
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
增加自定义rpc服务,服务间进行rpc调用。 #2
Comments
大佬,催更啦。另外请教下,如果不用rpc,你们是如何解决rpc调用的问题的? |
看看周天更新due框架哈。今天写了一个小工具,gen-mongo-dao。如果使用mongo的话可以看一下,对效率提升还是很有帮助的。 |
额,mongo无缘。 |
加我微信,我把你拉到群里面,后期可以一起交流学习 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
1 在路由的基础上,可增加自定义rpc服务,个人习惯是grpc,具体看大佬的设计哈。
2 rpc连接池管理,增加复用。
3 rpc调用可设置重试次数,避免网络波动。
The text was updated successfully, but these errors were encountered: