UNPKG

@kafkajs/confluent-schema-registry

Version:

ConfluentSchemaRegistry is a library that makes it easier to interact with the Confluent schema registry, it provides convenient methods to encode, decode and register new schemas using the Apache Avro serialization format.

6 lines (5 loc) 228 B
import { default as SchemaRegistry, DecodeOptions } from './SchemaRegistry'; export { SchemaRegistry, DecodeOptions }; export * from './utils'; export { SchemaType } from './@types'; export { COMPATIBILITY } from './constants';