# custom-hystrix **Repository Path**: beijinglogic/custom-hystrix ## Basic Information - **Project Name**: custom-hystrix - **Description**: 自定义熔断器 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2021-02-20 - **Last Updated**: 2022-07-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README > 实现功能 1. 失败百分比打开熔断器 2. 自动重试,关闭熔断器 3. 自动降级 4. 单元测试 > 简略版,custom01,完整版,custom02