作者回复: 谢谢支持🌹
作者回复: 你好,同步调用hystrix command,执行流是阻塞的(不能干其它事情)。以queue方式调用hystrix command,得到future,在正式从future取到结果前,应用程序还有机会并行干其它事情。所以你想调hystrix command,同时还想并发干其它事情,可以用queue或者reactive方式调。
作者回复: 加油💪