UNPKG

@confluentinc/kafka-javascript

Version:
13 lines (10 loc) 354 B
/* * confluent-kafka-javascript - Node.js wrapper for RdKafka C/C++ library * * Copyright (c) 2016-2023 Blizzard Entertainment * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE.txt file for details. */ var kafka = require('bindings')('confluent-kafka-javascript'); module.exports = kafka;