在应用启动期间,我使用假装从其他微服务中获取一些数据。我使用 @Service bean的 @PostConstruct 方法来完成这项工作,但是当设置 feign.hystrix.enabled 时,假冒伪装总是立即超时。 >为真。当我将 feign.hystrix.enabled 设置为false时,一切正确。将command.default.execution.isolation.thread.timeoutInMilliseconds配置为大时间无用。可能存在什么问题?这个假人还没准备好上班吗?
答案 0 :(得分:0)
发生这种情况时,Spring文档建议您使用ObjectProvider https://docs.spring.io/spring-cloud-openfeign/docs/2.2.4.RELEASE/reference/html/#early-initialization-errors