-
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]: Trouble casting some logicalTypes into Number while using Value Schema File Serializer Config #313
Comments
Thank you for collaborating with the project by giving us feedback!!' You will help us a lot if you can attach an example AVRO and an example Test Plan in order to be able to reproduce the error, if that is the case. Cheers |
2 tasks
davidgarciago
added a commit
that referenced
this issue
Dec 1, 2022
davidgarciago
added a commit
that referenced
this issue
Dec 1, 2022
davidgarciago
added a commit
that referenced
this issue
Dec 5, 2022
davidgarciago
changed the title
[Issue]: long_timestamp-millis having trouble to cast to java.lang.Number using Value Schema File Serializer Config
[Issue]: Trouble casting some logicalTypes into Number while using Value Schema File Serializer Config
Dec 14, 2022
davidgarciago
added a commit
that referenced
this issue
Dec 15, 2022
…sed specific datum writer in serializers
davidgarciago
added a commit
that referenced
this issue
Dec 15, 2022
davidgarciago
added a commit
that referenced
this issue
Dec 15, 2022
davidgarciago
added a commit
that referenced
this issue
Dec 15, 2022
davidgarciago
added a commit
that referenced
this issue
Dec 16, 2022
davidgarciago
added a commit
that referenced
this issue
Dec 19, 2022
) * 303 docker compose for securing kafka first attempt * 303 changed docker compose SSL to PLAINTEXT * #303 kafka Auth Configuration * #303 added user for producer to connect to kafka * #313 solved serializers casting problems using SpecificDatumWritter * #313 removed unused asignment to DatumWriter * #313 updated pom.xml * #313 datum writer changed to final * #313 added new test for serializers with logicaltypes and removed unused specific datum writer in serializers * #313 Solving checkstyle problems * #313 moving avro logical types conversion config to avro serializers * #313 checkstyle errors fix * #313 changed incorrect pom version Co-authored-by: Jose Enrique García Maciñeiras <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened?
Value Schema File Serializer Config is having trouble to map logical types int_date and long_timestamp-millis to java.lang.Number when using net.coru.kloadgenserializer.GenericAvroRecordSerializer and net.coru.kloadgenserializer.GenericAvroRecordSerializer.
avro-schemas.zip
ThreadGroup-Barcodes_Dufry_v1.jmx.zip
KloadGen Version
KloadGen 5.1.3
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: