Avro schemas with references #396
Unanswered
CROprogrammer
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Hi @CROprogrammer, for now that functionality is only supported for ProtoBuff schemas as far as I know. If you please can open a Issue related to that feature we will start working asap on it. Please include all information about your setup and requirements on that. Cheers |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I was trying to test if Avro schema with a reference to other schema can be loaded to KLoadGen from schema registry, but unfortunately it cannot.
I was using schema Student:
and schema Address that has reference to schema Student:
I kept getting error message:
org.apache.avro.SchemaParseException: "com.example.Student" is not a defined name. The type of the "student" field must be a defined name or a {"type": ...} expression.
Are you planning to add support for that by any chance?
Beta Was this translation helpful? Give feedback.
All reactions