• Tutorials
  • Courses
  • Tracks

Question 7

Last Updated :
Discuss
Comments

In a Feign Client definition, how do you specify the target service name from Eureka?

As the value of @FeignClient(name = "service-name")

As a property in application.properties only

By passing it in the URL dynamically

By writing a custom load balancer

Share your thoughts in the comments