Interface BackupRegistry

  • All Known Implementing Classes:
    NotImplementedRegistryImpl

    public interface BackupRegistry
    A simple contract for eureka clients to fallback for getting registry information in case eureka clients are unable to retrieve this information from any of the eureka servers.

    This is normally not required, but for applications that cannot exist without the registry information it can provide some additional reslience.

    • Method Detail

      • fetchRegistry

        Applications fetchRegistry​(java.lang.String[] includeRemoteRegions)