| Package | Description |
|---|---|
| io.confluent.kafka.schemaregistry.client | |
| io.confluent.kafka.schemaregistry.testutil |
| Modifier and Type | Class and Description |
|---|---|
class |
CachedSchemaRegistryClient
Thread-safe Schema Registry Client with client side caching.
|
class |
MockSchemaRegistryClient
Mock implementation of SchemaRegistryClient that can be used for tests.
|
| 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) |
| 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)
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.