Hi, I'm just trying to convert protobuf objects into avro Format.
Any idea, how can i get the avro Schema? val schema = org.apache.avro.protobuf.ProtobufData.get().getSchema(protoObj.getClass) Actually, this works well as long as the protobuf does not contain extensions. How can I get the schema if my protobuf object does contain protobuf extensions? Thank you! Ivan
