Is there no support for schema references using AVRO schemas? I get this error when trying to register an AVRO schema referencing another schema:
{
"error_code": 44302,
"message": "Schema references are not supported for 'AVRO' schema type"
}
Is there any option or environment variables to enable this or is this completely unsupported as of now?