Skip to main content

extract_avro_fullname

Function extract_avro_fullname 

Source
fn extract_avro_fullname(schema_json: &str) -> Result<String>
Expand description

Extracts the fully qualified name from an Avro schema JSON string. For record types, this combines namespace and name (e.g., “com.example.User”).