Skip to content

ISSUE 166

Michael André Pearce edited this page Jun 29, 2017 · 4 revisions

!!! 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

Schema Metadata

name

Subject name from remote registry.

type

This is always set as "avro" as imported schemas are Avro schemas

description

This can be auto generated

compatibility

Whatever was configured for this subject. These are already mapped like BACKWARD, FORWARD, NONE and FULL/BOTH

group

This should be configurable, but default is set as "Kafka"

id

This is auto generated

evolve

This should be set as true as these schemas are always evolving.

Schema Version

id

integer id for this version of the schema, this needs to equal the given imported id.

schemaText

Textual representation of the schema

version

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.

description

This will be auto generated

Clone this wiki locally