Fix execution thread for blocking and adjusts timing

* Fix execution thread for blocking DiscoveryClientServiceInstanceListSupplier.

* Desynchronise HealthCheck and Cache. Add info about using HealthCheck without Cache to docs.

See gh-760
This commit is contained in:
Olga Maciaszek-Sharma
2020-05-27 09:13:55 -05:00
committed by GitHub
parent 587f5f568a
commit 87e5d7a62b
7 changed files with 22 additions and 23 deletions

View File

@@ -22,6 +22,7 @@ import static org.springframework.cloud.bootstrap.config.PropertySourceBootstrap
/**
* Simple, non-enumerable PropertySource wrapper.
*
* @author Ryan Baxter
*/
public class SimpleBootstrapPropertySource<T> extends PropertySource<T> {