You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
背景
问题一
每次进行开发的时候,都要开一堆的服务,太麻烦了,毕竟服务拆分就是要单独启动
那有没有更快捷的方式去做
问题二
3个基础服务如果是grpc,那grpc调试就更麻烦了
http的话直接请求或者postman这类工具就很方便
但是grpc就很蛋疼
尝试过
没尝试过或者失败的
但是要么太麻烦,要么很难用
然后还有一种思路就是同时提供grpc和http,但是midway好像暂时不行
如果可以同时支持的话,估计调试方便一点,但也不是真解决办法
所以大家是怎么快速调试grpc的
问题三
我们网关层一直没想好怎么搞
现在是直接用云服务的api网关
先不说其他问题
调试就很蛋疼,因为是在线的,所以本地根本没办法用
然后又没找到合适的网关服务
所以大家都怎么解决网关服务的
问题四
定时类任务我们是直接做成云函数执行
因为
但是问题是
所以大家定时类任务怎么解决,或者云函数怎么直接调用服务
Beta Was this translation helpful? Give feedback.
All reactions