api-specification-toolbox / toolbox

This is a toolbox for all of the leading API specifications, providing a community catalog of news, services, tooling, extensions, and other resources to support your adoption of leading API specifications.
http://api.specificationtoolbox.com/
Apache License 2.0
19 stars 7 forks source link

Confluent Schema Registry #82

Open kinlane opened 3 years ago

kinlane commented 3 years ago

Confluent Schema Registry provides a serving layer for your metadata. It provides a RESTful interface for storing and retrieving your Avro®, JSON Schema, and Protobuf schemas. It stores a versioned history of all schemas based on a specified subject name strategy, provides multiple compatibility settings and allows evolution of schemas according to the configured compatibility settings and expanded support for these schema types. It provides serializers that plug into Apache Kafka® clients that handle schema storage and retrieval for Kafka messages that are sent in any of the supported formats. - https://docs.confluent.io/platform/current/schema-registry/index.html