schema-registry-php-client icon indicating copy to clipboard operation
schema-registry-php-client copied to clipboard

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

Open CroitoruAlex opened this issue 1 year ago • 0 comments

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.

CroitoruAlex avatar May 22 '24 12:05 CroitoruAlex