Replies: 1 comment
-
Hello @fklezin |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to set up Glue schema registry with AVRO deserialization and I encountered the following issue in the UI: "Fallback serde was used."
Looking at the logs, I don't see any errors.
However, based on the code, I should at least see:
Error deserializing key for value topic: {}
Here is the relevant code snippet from the repo:
I checked CloudTrail and found a successful API call to the correct schema registry and schema name. However, I only see a GetSchema call that contains schema metadata but not the actual schema definition. I was also expecting to see a GetSchemaVersion API call.
Any suggestions on how I should troubleshoot this issue?
Beta Was this translation helpful? Give feedback.
All reactions