View all questions & answers for the CCAAK exam
You are using Confluent Schema Registry to provide a RESTful interface for storing and retrieving schemas.
Which types of schemas are supported? (Choose three.)
Avro
gRPC
JSON
Thrift
Protobuf
Confluent Schema Registry supports the following schema types for use with Kafka:
JSON Schema
These schemas are officially supported for subject versioning, compatibility checks, and REST interface integration.
From Confluent documentation:
“The Confluent Schema Registry supports Avro, JSON Schema, and Protobuf formats.”
Incorrect Options:
gRPC is not supported as a schema format.
Thrift is not supported in Schema Registry.
Page Reference:
Confluent Kafka: The Definitive Guide, 1st Edition, Chapter 7, p. 208–210
Confluent Schema Registry Documentation: Overview Section (Schema Types)
‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
Submit