krshna-dtdl
krshna-dtdl
What could be the possible reason for this error? logger.Error("fanout operation canceled or timed out", zap.Int("statusCode", http.StatusGatewayTimeout), zap.Any("url", original.URL), zap.Error(fanoutCtx.Err())) We are getting this intermittently at SCYTALE and are not...
We are facing [this issue](https://github.com/spring-cloud/spring-cloud-config/issues/2205) again with upgraded dependencies. We are using org.springframework.cloud:spring-cloud-config-server:jar:4.1.1:compile
https://github.com/OpenFeign/feign/blob/aded5d5ac7f0cd7c57722c9aa9e5c9539783a897/core/src/main/java/feign/BaseBuilder.java#L252 In previous version of this file we were not cloning it. We were directly changing.