node-rdkafka
Version:
Node.js bindings for librdkafka
13 lines (10 loc) • 323 B
JavaScript
/*
* node-rdkafka - Node.js wrapper for RdKafka C/C++ library
*
* Copyright (c) 2016 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')('node-librdkafka');
module.exports = kafka;