Skip to content

FeignCircuitBreaker should override target(Target) #464

Closed
@sleicht

Description

@sleicht

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)

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions