| Interface | Description |
|---|---|
| SchemaMetadataCache.SchemaMetadataFetcher | |
| UrlSelector |
This interface can be implemented to design a strategy to choose a URL for a given list of urls.
|
| Class | Description |
|---|---|
| AbstractUrlSelector | |
| ClassLoaderCache | |
| FailoverUrlSelector |
This class defines strategy to failover to a url when the current chosen url is considered to be failed.
|
| LoadBalancedFailoverUrlSelector |
This class defines a strategy to roundrobin among active URLs.
|
| OAuth2Login | |
| RoundRobinUrlSelector |
This class implements round robin strategy to select a url with the given list of urls.
|
| SchemaMetadataCache | |
| SchemaMetadataCache.Key | |
| SchemaRegistryClient |
This is the default implementation of
ISchemaRegistryClient which connects to the given rootCatalogURL. |
| SchemaRegistryClient.Configuration |