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
This question is part of this quiz :
Advance Java Quiz Day 75