Disable Hystrix for a single Feign client
问题 My SpringBoot app has Hystrix enabled with fallback defined for some of the Feign clients and undefined for the rest them. Now, I wanted to disable Hystrix for the ones that did not have a fallback defined as yet. So I followed the steps listed in [paragraph 7.4] https://cloud.spring.io/spring-cloud-netflix/multi/multi_spring-cloud-feign.html which is to create a separate Feign configuration with a vanilla Feign.Builder. However adding the new @Bean Feign.Builder disables my Hystrix