hystrix

    0熱度

    1回答

    Hystrix回退問題。 如果dbcall1由於某種故障而發生故障併發生短路,則dbcall2也將進入故障預警模式,直到電路打開。 public class CommandHelloFailure extends HystrixCommand<String> { private final String name; public CommandHelloFailure(St

    0熱度

    1回答

    我有一個簡單的Hystrix儀表板應用程序運行在端口8081基於Spring啓動應用程序與@EnableHystrixDashboard註釋。 當我加載頁面http://localhost:8081/hystrix,我看到的主頁,但錯誤:GET http://localhost:9001/webjars/jquery/2.1.1/jquery.min.js 404(),我看不到監視器頁面。 我想念

    0熱度

    2回答

    我不知道如何測試這個,需要快速回答是否有可能,以及我怎麼可能測試這個。 所以我必須從服務的API網關呼叫,我想知道的是,如果以下是可能的春天開機 @Component class GatewayService { @Autowired private MicroserviceGateway microServiceGateway; @Async

    0熱度

    1回答

    我使用汽輪機來聚合來自hystrix的數據。當我嘗試使用hystrix獲取數據(localhost:23002/hystrix.strean)時,一切順利。但是,當我嘗試使用渦輪獲取數據時,它什麼也沒有顯示。 這是我的配置。 server: port: 23002 spring: application: name: hystrix-1 eureka:

    3熱度

    2回答

    我們通過直接擴展HystrixCommand類來使用hystrix功能。 但是對於一些業務異常,hystrix的回退方法正在被觸發。 我不想觸發某些業務特定異常的hystrix後退。如何在沒有註釋的情況下實現它? 在此先感謝..!

    0熱度

    1回答

    備用方法我使用@HystrixCommand如在我的方法 @HystrixCommand(fallbackMethod = "fallbackCircuit", groupKey = "group-key", commandProperties = { @HystrixProperty(name = "requestCache.enabled", value = "true"),

    0熱度

    1回答

    我的local.properties文件hystrix屬性如下所示。 hystrix.command.FASTSearchPageCommand.execution.isolation.strategy=THREAD hystrix.command.FASTSearchPageCommand.execution.isolation.semaphore.maxConcurrentRequests=

    2熱度

    1回答

    我運行一個調用的端點是關閉的,但是紅椎不執行備用方法,並拋出一個異常: java.util.concurrent.ExecutionException: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "http://localhost:8080/wallet/custome

    0熱度

    1回答

    我有一個UserRepository來搜索數據庫(solr,elasticsearch,others ...),並且我的SQL數據庫中有這個用戶數據(MySQL,PostgreSQL,others ...),我的問題是我把這個放在什麼地方?在儲存庫?或其他抽象(服務,控制器)? 我的例子是在Java中,但我會將此到Java(春季)和PHP: public interface UserReposit

    1熱度

    3回答

    我想爲zuul version 1.1.2做負載測試。 但是,在運行負載測試後,我幾分鐘後不斷收到以下問題。 Caused by: com.netflix.hystrix.exception.HystrixRuntimeException: book could not acquire a semaphore for execution and no fallback available.