Confluent
CCDAK · Question #140
Using the Confluent Schema Registry, where are Avro schema stored?
The correct answer is D. In the _schemas topic. The Schema Registry stores all the schemas in the _schemas Kafka topic.
Application Design
Question
Using the Confluent Schema Registry, where are Avro schema stored?
Options
- AIn the Schema Registry embedded SQL database
- BIn the Zookeeper node /schemas
- CIn the message bytes themselves
- DIn the _schemas topic
How the community answered
(67 responses)- A6% (4)
- B3% (2)
- C1% (1)
- D90% (60)
Explanation
The Schema Registry stores all the schemas in the _schemas Kafka topic.
Topics
#schema registry#Avro schema#_schemas topic#schema storage
Community Discussion
No community discussion yet for this question.