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."
![image](https://private-user-images.githubusercontent.com/9782834/338582289-2cfce23a-37fc-47b5-a94e-4e505fa295dd.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg3Nzk2OTgsIm5iZiI6MTczODc3OTM5OCwicGF0aCI6Ii85NzgyODM0LzMzODU4MjI4OS0yY2ZjZTIzYS0zN2ZjLTQ3YjUtYTk0ZS00ZTUwNWZhMjk1ZGQucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwNSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDVUMTgxNjM4WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MGRjZGI3OTU4NDcyNWY5ZTk0ZTlhNGUzNzM2YTQzYTQ4MDI2ZmI0OTUzMGU0MzVkY2JkMDI5NDk4NjJjY2U0ZiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.bob9qn7RWdV6CaBUVyVAuRMEONyiw96kGvRpW1y4MJo)
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