Hi, In my application, the fallback doen't work

FeignClientBuilder.Builder<RemoteDynamicServiceNameApiService> builder = this.feignClientBuilder.forType(RemoteDynamicServiceNameApiService.class, serviceName)
                    .fallbackFactory(RemoteDynamicServiceNameApiServiceFallbackFactory.class)
                    .fallback(RemoteDynamicServiceNameApiServiceImpl.class);
            remoteDynamicServiceNameApiService = builder.build();

Comment From: OlgaMaciaszek

Hello @Smile-Jie, please provide a minimal, complete, verifiable example that reproduces the issue.

Comment From: spring-cloud-issues

If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed.

Comment From: spring-cloud-issues

Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue.