乌龙!Hystrix命令执行超时!
摘要:
我在使用hystrix编写一个模拟命令执行超时的demo。 1 import com.netflix.hystrix.*; 2 import lombok.extern.slf4j.Slf4j; 3 4 @Slf4j 5 public class HystrixTimeoutDemo { 6 7 s 阅读全文
posted @ 2024-06-21 20:29 buguge 阅读(37) 评论(0) 推荐(0) 编辑