Confluent
CCDAK · Question #32
In Java, Avro SpecificRecords classes are
The correct answer is C. automatically generated from an Avro Schema + a Maven / Gradle Plugin. SpecificRecord is created from generated record classes.
Application Design
Question
In Java, Avro SpecificRecords classes are
Options
- Aautomatically generated from an Avro Schema
- Bwritten manually by the programmer
- Cautomatically generated from an Avro Schema + a Maven / Gradle Plugin
How the community answered
(30 responses)- A3% (1)
- B3% (1)
- C93% (28)
Explanation
SpecificRecord is created from generated record classes.
Topics
#Avro#SpecificRecord#code generation#Maven Gradle plugin
Community Discussion
No community discussion yet for this question.