摘要:
springcloud 项目中,使用gateway 做网关,在调用服务时,插入的数据都成功了。但是返回的结果却是null。 排查了一圈,发现整个服务链路调用,都是正常的。 那就需要排查gateway 中是否配置了断路器和流控规则。 1 检查sentinel流控规则,里面是否配置了请求服务的规则 2 阅读全文
摘要:
场景: service-A服务通过 openFeign 远程调用 service-B服务的test()方法,结果报错 Load balancer does not contain an instance for the service service-B feign.FeignException$S 阅读全文