Source: confluent-schema-registry
Section: misc
Priority: optional
Maintainer: Confluent Packaging <packages@confluent.io>
Build-Depends: debhelper (>= 9), dh-systemd, java7-jdk, javahelper (>= 0.40),
 make, maven
Standards-Version: 3.9.3
Homepage: http://confluent.io

Package: confluent-schema-registry
Architecture: all
Depends: ${misc:Depends}, confluent-rest-utils, adduser
Description: RESTful Avro schema registry for Kafka
 Schema Registry provides a serving layer for your metadata. It provides a
 RESTful interface for storing and retrieving Avro schemas. It stores a
 versioned history of all schemas, provides multiple compatibility settings and
 allows evolution of schemas according to the configured compatibility
 setting. It provides serializers that plug into Kafka clients that handle
 schema storage and retrieval for Kafka messages that are sent in the Avro
 format.
