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 property | Atlan property |
|---|---|
| subject | name |
| schemaType | schemaRegistrySchemaType |
| id | schemaRegistrySchemaId |
| subject (base name without -key/-value suffix) | schemaRegistrySubjectBaseName |
subject ends with -key | schemaRegistrySubjectIsKeySchema |
| compatibilityLevel | schemaRegistrySubjectSchemaCompatibility |
| 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 property | Atlan property |
|---|---|
| version number | versionNumber |
| schema definition | versionSchemaDefinition |
| schema type (AVRO, JSON, PROTOBUF) | versionSchemaType |
| parent subject qualified name | subjectQualifiedName |
See also
- Set up Confluent Schema Registry: Configure authentication and permissions
- Crawl Confluent Schema Registry: Configure and run the crawler