Skip to content
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

Can not deserialize instance of java.util.LinkedHashMap out of START_ARRAY with JsonAvroConverter #80

Open
luisvenezian opened this issue Jun 3, 2022 · 0 comments

Comments

@luisvenezian
Copy link

I am having troubles when trying to convert JSON strings from an API that are actually a list of JSON, like this:

[
    {"id":1},
    {"id":2},
    {"id":3}
]

But it is throwing Can not deserialize instance of java.util.LinkedHashMap out of START_ARRAY token when using convertToGenericDataRecord method from JsonAvroConverter.

Full explanation and code test can be viewed here in my stack overflow question

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant