Closed
Description
Describe the bug
If Spring Cloud Circuitbreaker is used and feign client is created via annotation FeignCircuitBreakerTargeter
doesn't call target
method of FeignCircuitBreaker
when no fallback is defined.
Sample
@FeignClient(name = "Restadapter", url = "rest-endpoint", configuration = FeignClientConfiguration.class)