WTIFS

Results 12 issues of WTIFS

**Describe the bug** A clear and concise description of what the bug is. 在配置中开启熔断功能,触发熔断后,客户端仍能访问到被熔断的实例 **To Reproduce** Steps to reproduce the behavior. **Expected behavior** A clear and concise description of what...

bug

**Please provide issue(s) of this PR:** Fixes # 早期 polaris-go 的 go.mod 应该是不够完善,这个项目引用 polaris-go 后,把 polaris-go 的引用作为自己的间接引用写入 go.mod 中了。带来一个问题:间接引用的 zap 版本不知为何为 v1.25.0,这个版本的 zap 要求 go 1.19,使用了 any 关键字。而 grpc-go-polaris 以及...