Managed Service for Apache Kafka V1 API - Module Google::Cloud::ManagedKafka::SchemaRegistry::V1::SchemaConfig::CompatibilityType (v0.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-15 UTC."],[],[]]