I am setting up an example application using this example: http://projects.spring.io/spring-cloud/spring-cloud.html#spring-cloud-feign-inheritance . This section of http://projects.spring.io/spring-cloud/spring-cloud.html#spring-cloud-ribbon says that:
Feign already uses feed, so if you use @FeignClient then this section also applies
Does this mean that @FeignClient also uses Hystrix? Does the fake client call execute inside the hystrix command? if so, what is the correct way to transfer the hysteresis configuration?
There are examples that wrap calls for creating a click using @HystrixCommand. Is it correct?
There is an open ticket to support hystrix with pretense. Currently, you need to wrap calls to pretend to be clients using hystrix.
please use semaphore isolation:
hystrix: command: default: execution: isolation: strategy: SEMAPHORE
Source: https://habr.com/ru/post/1606603/More articles:Adding SwitchCompat software error - javaIntelliJ Coverage of application code does not work in editor - javaFind the maximum amount of two sorted arrays - arraysHow to disable the back button when using ion modal on Android? - androidGolang: Как получить общий размер каталога? - goНесколько результатов для каждой отдельной строки (один ко многим) с Pandas - pythonPaging and filter in Yii2 Gridview - filterForce credentials for every click? - gitCannot use diagnostic tools for remote debugging - performanceCasperJS and SlimerJS could not get pref: extensions.getAddons.cache.enabled - javascriptAll Articles