-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Issue]: Avro schemas with references #397
Comments
Thank you for collaborate again with us, we will work on it, but will take some time, so as we said in the discussion attached, we recommend you use protobuf for this purpose meanwhile you wait for this feature. |
Hi, |
Hi @CROprogrammer, we are looking into it. Sorry for the delay, holidays and so.. |
Hi @CROprogrammer, as far as we know, and concern, when we request the schema from the server that should be send with fully resolved, I am still not sure that we should do this task from kloadgen. Cheers |
I've tried using Apicurio Maven plugin to register schema with reference to other schema, and it works fine. When I try to get My pom.xml:
Schemas I've used:
|
Aye, what I´m trying to say, we delegate in apicurio client to download the schema, so it should came complete. I will try your pom and build a full path for testing. |
What happened?
Oirignal discussion: #396
Im using Apicurio schema registry 2.2.3.Final
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.
JMX testplan:
KLoadGen Test Plan.zip
KloadGen Version
KLoadGen 5.6.5
Relevant log output
Have you added your JMX Testplan or a replica?
Have you added your Schema or a replica?
The text was updated successfully, but these errors were encountered: