dileep006
dileep006
Check this -https://harsh-patel.medium.com/node-gyp-error-gyp-failed-with-exit-code-1-macos-npm-5aeaf75996d4
Check this. -https://harsh-patel.medium.com/node-gyp-error-gyp-failed-with-exit-code-1-macos-npm-5aeaf75996d4
adding a note SASL with plain text is workign fine with node-rdkafka , SASL with GSSAPI is failing with broker transport failure const kafkaConsumer = new KafkaConsumer({ 'client.id': ['myserver', hostname()].join('-'),...
If it is on mac- check this https://harsh-patel.medium.com/node-gyp-error-gyp-failed-with-exit-code-1-macos-npm-5aeaf75996d4
Were you able to connect Kafaka brokers from Node js applictaion using SASL_GSSAPI? If yes , please share the details , we are struggling to get connect from Node js
> protocol,security,broker please see the error.
> Please also specify the librdkafka version in use, with debugging enabled it will be emitted soon after the client instance is created. "node-rdkafka": "^2.14.0",
Do you have sample client code for Kafka + kerbos authentication +GSSAPI for node js ? just want to make sure i was follwing the right configuration
> > "node-rdkafka": "^2.14.0", > > That's the node-rdkafka version, not librdkafka version 1.9.2
> Reproduce with "debug": "protocol,security,broker" and provide the logs. [2022-12-19T-debug.log](https://github.com/confluentinc/librdkafka/files/10262003/2022-12-19T-debug.log) 320 timing command:install Completed in 41507ms 321 verbose stack Error: command failed 321 verbose stack at ChildProcess. (/Users//.nvm/versions/node/v16.10.0/lib/node_modules/npm/node_modules/@npmcli/promise-spawn/index.js:64:27) 321 verbose...