feign-eureka icon indicating copy to clipboard operation
feign-eureka copied to clipboard

Example of using feign with eureka

Results 10 feign-eureka issues
Sort by recently updated
recently updated
newest added

Please see the latest issue "Could not autowire. No beans of 'HelloClient' type found" encountered in feign client example #16

update feign version, and add Hystrix support

Upgrade to Spring Boot 2.0.3.RELEASE and to Spring Cloud Finchley.RELEASE.

I've taken the code from this repo, and tried to run with the Eureka server shared in the link here. But getting an error below. It seems the lookup of...

Hi, I have encountered an autowired issue when trying to use the feign-eureka example. Here is a piece of code where the error reported by IDEA: @Autowired HelloClient client; Below...

When you stop application with Feign client (`feign-eureka/client` in our case) via actuator shutdown endpoint (`POST http://localhost:7211/shutdown`) it complains with the following exception: ``` 2017-06-06 14:19:35.527 INFO 4440 --- [...

eureka-server up some service in remote centos host . osx api-gateway config eureka-server url ./gradlew api-gateway:bootRun when connect service from eureka-server, got connection refuse error.

hi ryanjbaxter, thanks for you help,i run this code normally. but i found that hello-service is shutting down and not be removed from eureka server soon. how can do it...

i havethe eureka server http://127.0.0.1:8761,http://127.0.0.1:8762,http://127.0.0.1:8763,some service named app1,app2,,,appn,how can i get the service in appx, i can't use @FeignClient because the appx is uncertain, the eureka server is configured in...

I use feignclient with eureka, server A need to call service B use feign , when service A start up, the first call to service B is always fail. I...