标签: spring-boot hystrix
在对多个请求进行性能测试时,我遇到了@HystrixCommand方法的延迟问题。
线程在java.util.concurrent.locks.LockSupport.park上等待了很长时间。
答案 0 :(得分:0)
您可以尝试@HystrixCommand中的execution.isolation.strategy SEMAPHORE。此配置将不使用hystrix的内部线程池。