Class LegacyClusterResolver

  • All Implemented Interfaces:
    ClusterResolver<AwsEndpoint>

    @Deprecated
    public class LegacyClusterResolver
    extends java.lang.Object
    implements ClusterResolver<AwsEndpoint>
    Deprecated.
    as of 2016-02-11. Will be deleted in an upcoming release. See ConfigClusterResolver for replacement. Server resolver that mimics the behavior of the original implementation. Either DNS or server list resolvers are instantiated, and they can be swapped in runtime because of the dynamic configuration change.

    Failures

    If there is configuration change (from DNS to server list or reverse), and the new resolver cannot be instantiated, it will be retried with exponential back-off (see ReloadingClusterResolver).