spring-cloud-commons
spring-cloud-commons copied to clipboard
Common classes used in different Spring Cloud implementations
**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...
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...
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,...
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 
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
**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...
**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...
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?
**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...
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...