Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Feign 现在使用 Eureka 做负载均衡,现在我想调用 Eureka 系统之外的调用。比如我想在一个html请求中调用一个url,不使用nginx转发,如何使用Feign来支持负载均衡呢?