首页 > 解决方案 > configure Hystix circuit breaker for different threshold limits based on status codes

问题描述

We are using hystrix to make the application fault tolerate with java and springboot as the framework.

The application is configured using hystrix commands.

Is there a way to configure hystrix in a way that the threshold for circuit breaker can be customized for a particular HTTP status code error(example - 409)?

Case- I want to break the circuit earlier than usual if there repeated error with code 409

标签: javaspring-boothystrixcircuit-breaker

解决方案


推荐阅读