You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made 100% sure the schema is registered in our confluent cluster. this happens on the POST request inside the following method: checkIfSubjectHasSchemaRegisteredRequest
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: