Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.37 KB

File metadata and controls

25 lines (17 loc) · 1.37 KB

Egeria integration connector for Event Schemas

This project contains the Egeria integration connector for event schemas which are read from a Schema Registry - e. g. Confluent™ Schema Registry. It uses API-calls to retrieve schema definitions for all subjects in all versions. The connector tries to match the schemas to existing topics in Egeria using the part of the subject name up to the last hyphen (-). If the subject name does not contain any hypens the complete name is considered as the topic. Each schema version is mapped to an EventType
and each attribute is mapped to an EventSchemaAttribute. Nested schema attributes are recursively mapped with the NestedSchemaAttribute relationship.

For detailed documentation see Event Schema Integration Connector

Known Limitations

  • Currently only Avro Schemas are supported.

License: CC BY 4.0, Copyright Contributors to the Egeria project.