UNPKG

@vpriem/kafka-broker

Version:

Easily compose and manage your kafka resources in one place

17 lines 1.24 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.COMPATIBILITY = exports.SchemaType = exports.SchemaRegistry = exports.ContentTypes = exports.CompressionTypes = void 0; const kafkajs_1 = require("kafkajs"); Object.defineProperty(exports, "CompressionTypes", { enumerable: true, get: function () { return kafkajs_1.CompressionTypes; } }); const confluent_schema_registry_1 = require("@kafkajs/confluent-schema-registry"); Object.defineProperty(exports, "SchemaRegistry", { enumerable: true, get: function () { return confluent_schema_registry_1.SchemaRegistry; } }); Object.defineProperty(exports, "SchemaType", { enumerable: true, get: function () { return confluent_schema_registry_1.SchemaType; } }); Object.defineProperty(exports, "COMPATIBILITY", { enumerable: true, get: function () { return confluent_schema_registry_1.COMPATIBILITY; } }); var ContentTypes; (function (ContentTypes) { ContentTypes["BUFFER"] = "application/octet-stream"; ContentTypes["JSON"] = "application/json"; ContentTypes["SCHEMA_REGISTRY"] = "application/schema-registry"; ContentTypes["TEXT"] = "text/plain"; })(ContentTypes || (exports.ContentTypes = ContentTypes = {})); //# sourceMappingURL=types.js.map