Closed
Description
Please consider this a feature request, I suppose.
Although cited in https://raw.githubusercontent.com/edenhill/librdkafka/2213fb29f98a7a73f22da21ef85e0783f6fd67c4/CONFIGURATION.md, they throw an error as per below.
/node-rdkafka/lib/client.js:59
this._client = new SubClientType(globalConf, topicConf);
^
Error: No such configuration property: "sasl.username"
at Error (native)
at Producer.Client (/Users/eshao/wsp/tty1/workers/node_modules/node-rdkafka/lib/client.js:59:18)
at new Producer (/Users/eshao/wsp/tty1/workers/node_modules/node-rdkafka/lib/producer.js:71:10)
at Object.<anonymous> (/Users/eshao/wsp/tty1/workers/k2.js:9:16)
at Module._compile (module.js:541:32)
at Object.Module._extensions..js (module.js:550:10)
at Module.load (module.js:458:32)
at tryModuleLoad (module.js:417:12)
at Function.Module._load (module.js:409:3)
at Module.runMain (module.js:575:10)