Questions tagged [kafka-node]

No instructions have been provided for utilizing this tag … at the moment!

I'm confused as to why I am receiving the error stating that `kafka.Client` is not a constructor when the proper way to establish a Kafka connection is through `npm kafka-node`

What could be causing the error stating that kafka.Client is not a constructor when following the npm kafka-node method for creating a kafka connection? The line causing the issue is: this.client = new kafka.Client(); Here is the entire constructor code ...