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

**Is your feature request related to a problem? Please describe.** Currently when you call the DiscoveryClient.getInstances(serviceId) method it returns a List of ServiceInstances - The ServiceInstance class currently has 8...

enhancement

Provide more fine-grained load balancing rules based on actuator metrics like `system.cpu.usage`, `jvm.memory.usage` etc. Could be something configurable based on a specific metric and a corresponding threshold value. If this...

enhancement
help wanted

Hello, I'm working on [JHipster project](https://github.com/jhipster/generator-jhipster) and I am unable to make /restart work with Brixton.M5 I have been able to reproduce the problem with a minimal spring boot app,...

closable

When I use the endpoint restart, I get the following error, causing the restart to fail. Environment: * Spring Boot 2.1.2 * Spring Cloud Greenwich.RELEASE * Java 8 ![1550202560 1](https://user-images.githubusercontent.com/16536175/52833460-bad46000-3117-11e9-98cb-adc27d7d3ab5.jpg)

waiting for votes

See this Spring Tip for the basic idea https://spring.io/blog/2019/01/23/spring-tips-hedging-client-requests-with-the-reactive-webclient-and-a-service-registry Here is some code https://github.com/spring-tips/hedging/blob/52a40255435eccb711808b4779aad8d639cc2264/client/src/main/java/com/example/client/ClientApplication.java#L40-L100

waiting for votes

**Describe the bug** We depend on spring cloud config server to externalize our configuration and we have two configured backends: - git - vault We have existing configuration that loads...

waiting for votes

**Describe the bug** I found the scope of `refresh` bean will be destroied when a `RefreshScopeRefreshedEvent` calls, this operation will compete for the writelock of `ReentrantReadWriteLock`. Wihle other reader threads...

enhancement

Somehow it's pulling in boot 2.2.6.BUILD-SNAPSHOT. I can't for the life of me figure out why. https://jenkins.spring.io/view/Spring%20Cloud/view/CI/job/spring-cloud-commons-2.2.x-ci/104/testReport/ @marcingrzejszczak any idea?

bug

**Describe the bug** We use Spring Cloud Config service and we noticed that from time to time we are getting exceptions like `ConcurrentModificationException` when accessing some collection types from the...

enhancement

Eureka, consul and zookeeper have very similar properties for things like hostname, ipaddress, port, preferIpAddress, service or app name, instance id, metadata, etc... It may be worth having a common...

enhancement