| Package | Description |
|---|---|
| io.confluent.kafka.schemaregistry |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleParsedSchemaHolder |
| Modifier and Type | Method and Description |
|---|---|
default List<String> |
ParsedSchema.isCompatible(CompatibilityLevel level,
List<ParsedSchemaHolder> previousSchemas)
Checks the compatibility between this schema and the specified schemas.
|
List<String> |
CompatibilityChecker.isCompatibleWithHolders(ParsedSchema newSchema,
List<ParsedSchemaHolder> previousSchemas) |
List<String> |
SchemaValidator.validate(ParsedSchema toValidate,
Iterable<ParsedSchemaHolder> existing)
Validate one schema against others.
|
Copyright © 2025 Confluent, Inc.. All rights reserved.