-
Notifications
You must be signed in to change notification settings - Fork 646
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
Error deserializing Avro message "Error deserializing key/value for partition " #441
Comments
Is there any update on this issue as I'm also facing the same error? Any inputs is much appreciated |
change deserializer, so when this is a error for data the consumer will receive like this: org.apache.kafka.common.errors.SerializationException: Error deserializing Avro message for id -1 |
Any progress on this? In my case Kafka topic with string key and avro data has this problem. Could be fixed by the pull requests from @yunhappy . |
Is any workaround found on this issue? |
Why this issue is not marked as BUG? |
I had something similar, it turns out in my case that it was assuming both the To solve this, I believe that when creating the consumer, users should have the option to either specify |
Is there any update on this issue? I have the same problem. My message have two schemas different.
But the consumer don't deserialize two schemas different on key and value. Is mandatory the message contain the same schema type Thank you so much for what's new. |
Hello, I am facing same exception, Is there a workaround for unknown magic byte? |
version: 4.1.1
curl -X GET -H "Accept: application/vnd.kafka.avro.v2+json" \ http://localhost:8082/consumers/testgroup2/instances/ym_test/records
The text was updated successfully, but these errors were encountered: