我需要从Avro中的Record对象获取用户定义的对象“ Customer”。我有架构。下面是代码段。
public Customer getCustomer(Record record, Schema schema){
//Parse the record using the schema to get the customer object.
}
Same Schema用于序列化数据并生成Customer类。
任何帮助将不胜感激,因为我是Apache Avro的新手。 先感谢您。 :)