Skip to content

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

@leandervdo

Description

@leandervdo

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions