Skip to main content
Community Hub

What does Atlan crawl from Confluent Schema Registry?

TL;DR

Atlan crawls and maps the following assets and properties from Confluent Schema Registry.

Your AI can read this via Docs MCPcurl -fsSL "https://docs.atlan.com/install-docs-mcp" | bashConnect

Atlan crawls and maps the following assets and properties from Confluent Schema Registry.

Subjects​

Atlan maps subjects from Confluent Schema Registry to its SchemaRegistrySubject asset type.

Source propertyAtlan property
subjectname
schemaTypeschemaRegistrySchemaType
idschemaRegistrySchemaId
subject (base name without -key/-value suffix)schemaRegistrySubjectBaseName
subject ends with -keyschemaRegistrySubjectIsKeySchema
compatibilityLevelschemaRegistrySubjectSchemaCompatibility
version (latest)schemaRegistrySubjectLatestSchemaVersion
schema (latest definition)schemaRegistrySubjectLatestSchemaDefinition

Schema versions​

Atlan maps each schema version to its SchemaRegistryVersion asset type, allowing you to track the full version history of a subject.

Source propertyAtlan property
version numberversionNumber
schema definitionversionSchemaDefinition
schema type (AVRO, JSON, PROTOBUF)versionSchemaType
parent subject qualified namesubjectQualifiedName

See also​