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

Missing 'schemaType' field in schema registry response #172

Closed
taylorsmithgg opened this issue Jun 14, 2023 · 3 comments
Closed

Missing 'schemaType' field in schema registry response #172

taylorsmithgg opened this issue Jun 14, 2023 · 3 comments

Comments

@taylorsmithgg
Copy link

taylorsmithgg commented Jun 14, 2023

Arroyo version 0.3.0

Using confluent schema registry during kafka source setup, this is the only response I am able to retrieve:

Missing 'schemaType' field in schema registry response

My set up is standard debezium + postgres w/confluent schema registry v6.1.0 using avro, self-hosted.

@jacksonrnewhouse
Copy link
Contributor

Hi Taylor, that error is originating here. In particular, the API response is being successfully parsed but is missing the schemaType field. It might be helpful for debugging to print the whole response out in the error message.

I do want to note that we have yet to add AVRO support, so once you resolve this that will become your next hurdle.

Cheers!

@taylorsmithgg
Copy link
Author

@jacksonrnewhouse Unfortunately w/debezium and schema registry that's somewhat of a hard requirement.
Is there a roadmap for AVRO support? I'd love to check it out once it's supported.

@mwylde
Copy link
Member

mwylde commented Nov 27, 2023

@taylorsmithgg Avro support is now available in #422, including comprehensive support for schema registry

@mwylde mwylde closed this as completed Nov 27, 2023
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

3 participants