Skip to content

40403 error code, schema not found message using default value for ENUM #78

@CroitoruAlex

Description

@CroitoruAlex

hello, we are getting the schema not found error message when using a default value for an ENUM.

this is how our AVRO schema:
{ "name": "subjects", "type": { "type": "enum", "symbols": ['A', 'B', 'C', 'D'], "default": 'A' } }

Also as soon as we remove the default value, everything works fine.

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