public interface SchemaValidationStrategy
What makes one schema compatible with another is not defined by the contract.
| Modifier and Type | Method and Description |
|---|---|
List<String> |
validate(ParsedSchema toValidate,
ParsedSchema existing)
Validates that one schema is compatible with another.
|
List<String> validate(ParsedSchema toValidate, ParsedSchema existing)
toValidate - The schema to validateexisting - The schema to validate againstCopyright © 2025 Confluent, Inc.. All rights reserved.