-
Notifications
You must be signed in to change notification settings - Fork 139
Replies: 1 comment · 4 replies
|
Can you give a minimal example showing the problem? |
All reactions
|
Check this schema:
This is the attribute schema for which we are seeing this error.
For this "timezone" attribute we are seeing this error. When its value is not present its defaulted to null. |
All reactions
|
|
All reactions
|
Even though null is not a valid default for a string type , we are able to deserialize the above schema in older versions that is v1.8.0 but when I upgrade it to v2 version i am getting an error. |
All reactions
|
v2 does better error checking on the schema when parsing it. |
Uh oh!
There was an error while loading. Please reload this page.
Hi team, i am trying to consume events from the desp. I am getting error in avro deserialization and this error is crashing the app.
Error message: avro : "invalid default for field timezone. is not a string"
I am able to consume the events using an older version v1.8.0 but when i try to use the newer versions i am unable to do so.
Can u help me here?
All reactions