sofastack / sofa-tracer

SOFATracer is a component for the distributed system call trace. And through a unified traceId logging the logs of various network calls in the invoking link. These logs can be used for quick discovery of faults, service governance, etc.
Apache License 2.0
1.11k stars 377 forks source link

spring cloud 3中的openfeign支持 #475

Closed taotao365s closed 2 years ago

taotao365s commented 2 years ago

Describe the bug

spring cloud 3中移除了ribbon的支持,使用了自定义的rebalance image

A clear and concise description of what the bug is.

Expected behavior

Actual behavior

Steps to reproduce

Minimal yet complete reproducer code (or GitHub URL to code)

Environment

glmapper commented 2 years ago

@taotao365s 高版本的 spring cloud 支持确实存在问题,感谢反馈;如果有兴趣可以提供一个 pr 来支持此功能

glmapper commented 2 years ago

https://github.com/sofastack/sofa-tracer/pull/486 MERGED