spring-cloud-commons icon indicating copy to clipboard operation
spring-cloud-commons copied to clipboard

Common classes used in different Spring Cloud implementations

Results 206 spring-cloud-commons issues
Sort by recently updated
recently updated
newest added

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....

enhancement
help wanted
good first issue

**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...

enhancement

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...

enhancement
help wanted
for-major-release

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

enhancement

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...

enhancement

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

enhancement
help wanted

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...

waiting for feedback

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...

waiting-for-triage

**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...

waiting-for-triage

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...

waiting-for-triage