简体   繁体   中英

Is there a way to connect to EventHub's Kafka using kafka-node module?

I am trying to connect to EvenHub's Kafka using the more popular kafka-node library, but unfortunately, I cannot get it to work. It all works fine if I use the node-rdkafka package, but this looks like is not maintained so much anymore. (I am using SASL_SSL with a connection string)

Do you know of any working examples or whether it works in at all?

Many thanks!

Please open an issue against the Event Hubs Kafka repo for tracking purposes. https://github.com/Azure/azure-event-hubs-for-kafka/issues

Using Kafka-node to connect to Azure Event Hub is not possible, at the moment.

Kafka-node does not support SASL_SSL, which is required to connect to Event Hub.

There is an open issue to address this.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM