| Package | Description |
|---|---|
| io.confluent.kafka.schemaregistry | |
| io.confluent.kafka.schemaregistry.avro | |
| io.confluent.kafka.schemaregistry.client | |
| io.confluent.kafka.schemaregistry.testutil |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSchemaProvider |
| Modifier and Type | Class and Description |
|---|---|
class |
AvroSchemaProvider |
| Modifier and Type | Method and Description |
|---|---|
Map<String,SchemaProvider> |
CachedSchemaRegistryClient.getSchemaProviders() |
| Modifier and Type | Method and Description |
|---|---|
static SchemaRegistryClient |
SchemaRegistryClientFactory.newClient(List<String> baseUrls,
int cacheCapacity,
List<SchemaProvider> providers,
Map<String,?> configs,
Map<String,String> httpHeaders) |
static SchemaRegistryClient |
SchemaRegistryClientFactory.newClient(String baseUrls,
int cacheCapacity,
List<SchemaProvider> providers,
Map<String,?> configs,
Map<String,String> httpHeaders) |
| Constructor and Description |
|---|
CachedSchemaRegistryClient(List<String> baseUrls,
int cacheCapacity,
List<SchemaProvider> providers,
Map<String,?> originals) |
CachedSchemaRegistryClient(List<String> baseUrls,
int cacheCapacity,
List<SchemaProvider> providers,
Map<String,?> originals,
Map<String,String> httpHeaders) |
CachedSchemaRegistryClient(RestService restService,
int cacheCapacity,
List<SchemaProvider> providers,
Map<String,?> configs,
Map<String,String> httpHeaders) |
CachedSchemaRegistryClient(RestService restService,
int cacheCapacity,
List<SchemaProvider> providers,
Map<String,?> configs,
Map<String,String> httpHeaders,
com.google.common.base.Ticker ticker) |
CachedSchemaRegistryClient(String baseUrls,
int identityMapCapacity,
List<SchemaProvider> providers,
Map<String,?> originals) |
CachedSchemaRegistryClient(String baseUrls,
int cacheCapacity,
List<SchemaProvider> providers,
Map<String,?> originals,
Map<String,String> httpHeaders) |
MockSchemaRegistryClient(List<SchemaProvider> providers) |
| Modifier and Type | Method and Description |
|---|---|
static SchemaRegistryClient |
MockSchemaRegistry.getClientForScope(List<String> scopes,
List<SchemaProvider> providers)
Get a client for a mocked Schema Registry.
|
static SchemaRegistryClient |
MockSchemaRegistry.getClientForScope(String scope,
List<SchemaProvider> providers)
Get a client for a mocked Schema Registry.
|
Copyright © 2025 Confluent, Inc.. All rights reserved.