使用熔断降级技术需要考虑哪些方面?哪些参数需要调优?

参与4

1同行回答

尘世随缘尘世随缘技术总监上海某互联网金融公司
一般使用hystrix来做降级熔断功能,需要注意的点:circuitBreaker.requestVolumeThresholdcircuitBreaker.errorThresholdPercentageexecution.isolation.thread.timeoutInMillisecondshystrix.command.default.circuitBreaker.sleepWindowInMilliseconds另外,需要支持手动打...显示全部

一般使用hystrix来做降级熔断功能,需要注意的点:
circuitBreaker.requestVolumeThreshold
circuitBreaker.errorThresholdPercentage
execution.isolation.thread.timeoutInMilliseconds
hystrix.command.default.circuitBreaker.sleepWindowInMilliseconds
另外,需要支持手动打开熔断器

收起
互联网服务 · 2019-07-09
浏览1341

问题来自

相关问题

相关资料

相关文章

问题状态

  • 发布时间:2019-07-03
  • 关注会员:2 人
  • 问题浏览:1897
  • 最近回答:2019-07-09
  • X社区推广