@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.
10 lines • 788 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.readAVSCAsync = exports.readAVSC = exports.avdlToAVSCAsync = exports.avdlToAVSC = void 0;
var avdlToAVSC_1 = require("./avdlToAVSC");
Object.defineProperty(exports, "avdlToAVSC", { enumerable: true, get: function () { return avdlToAVSC_1.avdlToAVSC; } });
Object.defineProperty(exports, "avdlToAVSCAsync", { enumerable: true, get: function () { return avdlToAVSC_1.avdlToAVSCAsync; } });
var readAVSC_1 = require("./readAVSC");
Object.defineProperty(exports, "readAVSC", { enumerable: true, get: function () { return readAVSC_1.readAVSC; } });
Object.defineProperty(exports, "readAVSCAsync", { enumerable: true, get: function () { return readAVSC_1.readAVSCAsync; } });
//# sourceMappingURL=index.js.map