tulios / kafkajs

A modern Apache Kafka client for node.js
https://kafka.js.org
MIT License
3.7k stars 524 forks source link

Security features are disabled #1530

Open RajPathare opened 1 year ago

RajPathare commented 1 year ago

Describe the bug We're trying to create ACLs, getting security features are disabled for Confluent Kafka, works well with AWS MSK. The error - "Security features are disabled" Note - We have already enabled "sasl_protocol: scram" in the Confluent Kafka config.

Expected behavior ACLs should get created as expected.

Observed behavior Getting the error just for self-hosted Confluent Kafka, works well with AWS MSK.

UshaSreevaniJ commented 3 months ago

is there a solution to this?