##配置实例
##timeout confighystrix: command: default: execution: timeout: enabled: true isolation: thread: timeoutInMilliseconds: 60000ribbon: ReadTimeout: 60000 ConnectTimeout: 60000 MaxAutoRetries: 0 MaxAutoRetriesNextServer: 1 eureka: enabled: falsezuul: max: host: connections: 500 host: socket-timeout-millis: 60000 connect-timeout-millis: 60000
##MaxAutoRetries Max number of retries on the same server (excluding the first try)
##MaxAutoRetriesNextServer Max number of next servers to retry (excluding the first server)
##docs