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 6
6
},
7
7
"targets" : [
8
8
{
9
- "target_name" : "node-librdkafka " ,
9
+ "target_name" : "confluent-kafka-js " ,
10
10
'sources' : [
11
11
'src/binding.cc' ,
12
12
'src/callbacks.cc' ,
Original file line number Diff line number Diff line change 7
7
* of the MIT license. See the LICENSE.txt file for details.
8
8
*/
9
9
10
- var kafka = require ( 'bindings' ) ( 'node-librdkafka ' ) ;
10
+ var kafka = require ( 'bindings' ) ( 'confluent-kafka-js ' ) ;
11
11
12
12
module . exports = kafka ;
Original file line number Diff line number Diff line change 14
14
"test:types" : " tsc -p ."
15
15
},
16
16
"binary" : {
17
- "module_name" : " node-librdkafka " ,
17
+ "module_name" : " confluent-kafka-js " ,
18
18
"module_path" : " ./build/{configuration}/" ,
19
19
"package_name" : " {module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz" ,
20
20
"host" : " https://github.com/confluentinc/confluent-kafka-js/releases/download/" ,
Original file line number Diff line number Diff line change 7
7
* of the MIT license. See the LICENSE.txt file for details.
8
8
*/
9
9
10
- var addon = require ( 'bindings' ) ( 'node-librdkafka ' ) ;
10
+ var addon = require ( 'bindings' ) ( 'confluent-kafka-js ' ) ;
11
11
var t = require ( 'assert' ) ;
12
12
13
13
var consumerConfig = {
Original file line number Diff line number Diff line change 7
7
* of the MIT license. See the LICENSE.txt file for details.
8
8
*/
9
9
10
- var addon = require ( 'bindings' ) ( 'node-librdkafka ' ) ;
10
+ var addon = require ( 'bindings' ) ( 'confluent-kafka-js ' ) ;
11
11
var t = require ( 'assert' ) ;
12
12
13
13
var client ;
You can’t perform that action at this time.
0 commit comments