Package org.apache.dubbo.rpc.cluster.support
package org.apache.dubbo.rpc.cluster.support
-
ClassesClassDescriptionAbstractClusterInvokerAvailableClusterAvailableClusterInvokerBroadcastClusterBroadcastClusterInvokerClusterUtilsWhen fails, record failure requests and schedule for retry on a regular interval.Execute exactly once, which means this policy will throw an exception immediately in case of an invocation error.When invoke fails, log the initial error and retry other invokers (retry n times, which means at most n different invokers will be invoked) Note that retry causes latency.When invoke fails, log the error message and ignore this error by returning an empty Result.NOTICE! This implementation does not work well with async call.