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

Schema registry returning 404 when using array in avro schema #73

Open
leandervdo opened this issue Feb 9, 2023 · 0 comments
Open

Schema registry returning 404 when using array in avro schema #73

leandervdo opened this issue Feb 9, 2023 · 0 comments

Comments

@leandervdo
Copy link

We are getting a 404 on the schema registry when using the following array in our AVRO schema:

{ "doc": "Test array", "name": "stringArray", "type": { "type": "array", "items": "string", "default": [] } }

I made 100% sure the schema is registered in our confluent cluster. this happens on the POST request inside the following method: checkIfSubjectHasSchemaRegisteredRequest

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