CompatibilityChecker instead@Deprecated public class AvroCompatibilityChecker extends Object
| Modifier and Type | Field and Description |
|---|---|
static AvroCompatibilityChecker |
BACKWARD_CHECKER
Deprecated.
|
static AvroCompatibilityChecker |
BACKWARD_TRANSITIVE_CHECKER
Deprecated.
|
static AvroCompatibilityChecker |
FORWARD_CHECKER
Deprecated.
|
static AvroCompatibilityChecker |
FORWARD_TRANSITIVE_CHECKER
Deprecated.
|
static AvroCompatibilityChecker |
FULL_CHECKER
Deprecated.
|
static AvroCompatibilityChecker |
FULL_TRANSITIVE_CHECKER
Deprecated.
|
static AvroCompatibilityChecker |
NO_OP_CHECKER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCompatible(org.apache.avro.Schema newSchema,
List<org.apache.avro.Schema> previousSchemas)
Deprecated.
Check the compatibility between the new schema and the specified schemas
|
boolean |
isCompatible(org.apache.avro.Schema newSchema,
org.apache.avro.Schema latestSchema)
Deprecated.
Check the compatibility between the new schema and the latest schema
|
public static final AvroCompatibilityChecker BACKWARD_CHECKER
public static final AvroCompatibilityChecker FORWARD_CHECKER
public static final AvroCompatibilityChecker FULL_CHECKER
public static final AvroCompatibilityChecker BACKWARD_TRANSITIVE_CHECKER
public static final AvroCompatibilityChecker FORWARD_TRANSITIVE_CHECKER
public static final AvroCompatibilityChecker FULL_TRANSITIVE_CHECKER
public static final AvroCompatibilityChecker NO_OP_CHECKER
public boolean isCompatible(org.apache.avro.Schema newSchema,
org.apache.avro.Schema latestSchema)
public boolean isCompatible(org.apache.avro.Schema newSchema,
List<org.apache.avro.Schema> previousSchemas)
previousSchemas - Full schema history in chronological orderCopyright © 2025 Confluent, Inc.. All rights reserved.