spring-cloud-commons
spring-cloud-commons copied to clipboard
Common classes used in different Spring Cloud implementations
We are developing a collection of services to deploy into an Openshift environment. One of the applications is a simple Spring Cloud Gateway instance. When developing a service locally (e.g....
**Is your feature request related to a problem? Please describe.** A consistent hash based load balancing policy is required. **Describe the solution you'd like** I want to be able, based...
I'm submitting a bugreport for - **spring-cloud-commons** - class **org.springframework.cloud.client.discovery.simple.SimpleDiscoveryProperties** Versions used: - spring-boot: 2.3.3 - spring-cloud: Hoxton.SR7 - spring-cloud-commons: 2.2.4.RELEASE When using SimpleDiscoveryClient, non-HTTPS Urls do not work, they...
Provide a Power of Two Choices (https://www.nginx.com/blog/nginx-power-of-two-choices-load-balancing-algorithm/) implementation for Spring Cloud LoadBalancer. Original issue: https://github.com/spring-cloud/spring-cloud-commons/issues/595
Hedging is a mechanism for idempotent requests to automatically start a new request after some time threshold has been reached. For example, automatically firing off a new request when the...
This is near impossible as it is missing `@ConditionalOnMissingBean` and marked as `@Primary`. See https://github.com/spring-cloud/spring-cloud-commons/issues/843#issuecomment-808975374
The "isRetryExhausted" check only depends on the throwable itself. The new code makes this more clear because the check is no longer part of anyMatch's lambda expression. I also extracted...
Hello Team, **Is your feature request related to a problem? Please describe.** We are using Spring Cloud Load Balancer version 2.0.5 on Kubernetes v1.20.0. When a server pod terminates the...
**Is your feature request related to a problem? Please describe.** I maintain a library that provides services via grpc. (https://github.com/yidongnan/grpc-spring-boot-starter) I would like to provide my users with support for...
Copied from https://github.com/spring-projects/spring-framework/issues/27962 as suggested by https://github.com/bclozel. In our project, we are using Spring Boot Actuator (version 2.6.2) as well as Spring Cloud (2021.0.0) on Spring Boot Version 2.6.2. My...