为什么我得到错误kafka.Client
不是构造函数,同时npm kafka-node
这是创建kafka连接的方式?
具体有问题的行是:this.client = new kafka.Client();
整个构造函数是:
constructor(){
this.Producer = kafka.Producer,
this.client = new kafka.Client();
this.producer = new Producer(client);
}
为什么我得到错误kafka.Client
不是构造函数,同时npm kafka-node
这是创建kafka连接的方式?
具体有问题的行是:this.client = new kafka.Client();
整个构造函数是:
constructor(){
this.Producer = kafka.Producer,
this.client = new kafka.Client();
this.producer = new Producer(client);
}