-
Notifications
You must be signed in to change notification settings - Fork 8
ISSUE 166
!!! In progress !!!
This document describes the summary of discussion(@michaelandrepearce, @satishd and @harshach) on ISSUE-166 which is about importing schema and their metadata from Confluent schema registry into this Registry.
Mapping of Confluent Schema Metadata viz Subject to Schema Metadata
Subject name from remote registry.
This is always set as "avro" as imported schemas are Avro schemas
This can be auto generated
Whatever was configured for this subject. These are already mapped like BACKWARD, FORWARD, NONE and FULL/BOTH
This should be configurable, but default is set as "Kafka"
This is auto generated
This should be set as true as these schemas are always evolving.
integer id for this version of the schema, this needs to equal the given imported id.
Textual representation of the schema
Sequence no computed for this version of the schema. Each subject has list of schemas and this number represents the sequence number with in that list.
This will be auto generated