Take first non-empty flux into consideration for composite reactive service discovery
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user