Take first non-empty flux into consideration for composite reactive service discovery

This commit is contained in:
Tim Ysewyn
2019-10-23 20:34:15 +02:00
committed by GitHub
parent 3fe7725fca
commit 7033a9877f
5 changed files with 598 additions and 2 deletions

View File

@@ -77,7 +77,8 @@ public class CachingServiceInstanceListSupplier implements ServiceInstanceListSu
.getCache(SERVICE_INSTANCE_CACHE_NAME);
if (cache == null) {
if (log.isErrorEnabled()) {
log.error("Unable to find cache for writing: " + SERVICE_INSTANCE_CACHE_NAME);
log.error("Unable to find cache for writing: "
+ SERVICE_INSTANCE_CACHE_NAME);
}
}
else {