| Package | Description |
|---|---|
| io.confluent.kafka.schemaregistry | |
| io.confluent.kafka.schemaregistry.client |
| Modifier and Type | Method and Description |
|---|---|
SchemaVersionFetcher |
AbstractSchemaProvider.schemaVersionFetcher() |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
ParsedSchema.canLookup(ParsedSchema prev,
SchemaVersionFetcher fetcher)
Returns whether the schema can be used to lookup the specified schema.
|
protected static List<SchemaReference> |
AbstractSchemaProvider.replaceLatestVersion(List<SchemaReference> refs,
SchemaVersionFetcher fetcher) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SchemaRegistryClient |
| 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.
|
Copyright © 2025 Confluent, Inc.. All rights reserved.