File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 66 },
77 "targets" : [
88 {
9- "target_name" : "node-librdkafka " ,
9+ "target_name" : "confluent-kafka-js " ,
1010 'sources' : [
1111 'src/binding.cc' ,
1212 'src/callbacks.cc' ,
Original file line number Diff line number Diff line change 77 * of the MIT license. See the LICENSE.txt file for details.
88 */
99
10- var kafka = require ( 'bindings' ) ( 'node-librdkafka ' ) ;
10+ var kafka = require ( 'bindings' ) ( 'confluent-kafka-js ' ) ;
1111
1212module . exports = kafka ;
Original file line number Diff line number Diff line change 1414 "test:types" : " tsc -p ."
1515 },
1616 "binary" : {
17- "module_name" : " node-librdkafka " ,
17+ "module_name" : " confluent-kafka-js " ,
1818 "module_path" : " ./build/{configuration}/" ,
1919 "package_name" : " {module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz" ,
2020 "host" : " https://github.com/confluentinc/confluent-kafka-js/releases/download/" ,
Original file line number Diff line number Diff line change 77 * of the MIT license. See the LICENSE.txt file for details.
88 */
99
10- var addon = require ( 'bindings' ) ( 'node-librdkafka ' ) ;
10+ var addon = require ( 'bindings' ) ( 'confluent-kafka-js ' ) ;
1111var t = require ( 'assert' ) ;
1212
1313var consumerConfig = {
Original file line number Diff line number Diff line change 77 * of the MIT license. See the LICENSE.txt file for details.
88 */
99
10- var addon = require ( 'bindings' ) ( 'node-librdkafka ' ) ;
10+ var addon = require ( 'bindings' ) ( 'confluent-kafka-js ' ) ;
1111var t = require ( 'assert' ) ;
1212
1313var client ;
You can’t perform that action at this time.
0 commit comments