oleksiyk / kafka

Apache Kafka 0.9 client for Node
MIT License
297 stars 85 forks source link

SASL PLAIN Authentication Support? #189

Closed ecbatana closed 7 years ago

ecbatana commented 7 years ago

Recently i was following this to enabled SASL PLAIN security in kafka.

Then, when i want to produce to a topic using this library, im got this respond. { [NoKafkaConnectionError: Kafka server has closed connection] name: 'NoKafkaConnectionError', server: '127.0.0.1:9092', message: 'Kafka server has closed connection' }

Is there's a good practice or there are a support for authenticate into kafka enabled sasl plain security?

oleksiyk commented 7 years ago

no-kafka library doesn't support Kafka authentication.

ecbatana commented 7 years ago

thanks for your respond @oleksiyk, i'll close this issue.