Managed Service for Apache Kafka V1 API - Module Google::Cloud::ManagedKafka::SchemaRegistry::V1::SchemaConfig::CompatibilityType (v0.1.0)

Reference documentation and code samples for the Managed Service for Apache Kafka V1 API module Google::Cloud::ManagedKafka::SchemaRegistry::V1::SchemaConfig::CompatibilityType.

Compatibility type of the schemas.

Constants

NONE

value: 0
No compatibility check.

BACKWARD

value: 1
Backwards compatible with the most recent version.

BACKWARD_TRANSITIVE

value: 2
Backwards compatible with all previous versions.

FORWARD

value: 3
Forwards compatible with the most recent version.

FORWARD_TRANSITIVE

value: 4
Forwards compatible with all previous versions.

FULL

value: 5
Backwards and forwards compatible with the most recent version.

FULL_TRANSITIVE

value: 6
Backwards and forwards compatible with all previous versions.