Emmanuel Vasseur

Results 1 comments of Emmanuel Vasseur

I have a similar problem, threads lock with `sync = true`. Without this option, all works fine. My workaround was to [deactivate feign cache feature](https://docs.spring.io/spring-cloud-openfeign/docs/current/reference/html/#spring-cloud-feign-overriding-defaults) with the configuration `feign.cache.enabled=false`