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?
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?