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.

7 lines (6 loc) 168 B
declare const _default: (buffer: Buffer) => { magicByte: Buffer<ArrayBuffer>; registryId: number; payload: Buffer<ArrayBuffer>; }; export default _default;