-1

What is the key difference between these two annotations? What is the use of EurekaClient and FeignClient?

Can we expose our endpoints using EurekaClient?

Jimesh Shah
  • 113
  • 10

1 Answers1

0

@Feignclient annotation is used for load balancing & @EurekaClient is to get the registered applications from Eureka server.

Thirumal
  • 8,280
  • 11
  • 53
  • 103
  • Thanks for the response Thirumal, but it would be better if you share more details. – Jimesh Shah Mar 03 '20 at 06:35
  • For eureka server/client refer https://github.com/M-Thirumal/eureka-server & https://github.com/M-Thirumal/eureka-client-1 – Thirumal Mar 03 '20 at 07:10
  • Refer the answer https://stackoverflow.com/questions/31901054/spring-cloud-how-to-get-benefits-of-retry-load-balancing-and-circuit-breaker-f/32464499#32464499 – Thirumal Mar 03 '20 at 09:46