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.

3 lines (2 loc) 145 B
export declare const MAGIC_BYTE: Buffer<ArrayBuffer>; export declare const encode: (registryId: number, payload: Buffer) => Buffer<ArrayBuffer>;