Blizzard / Blizzard/node-rdkafka

Unsupported value "sasl_ssl" for configuration property "security.protocol": OpenSSL not available at build time

Open
#1,111 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
2.2k
Forks
403
PR merge metrics
No merged PRs in 30d

Description

**Environment Information**
- OS [e.g. Mac, Arch, Windows 10]: Sequoia MacOS 15.1
- Node Version [e.g. 8.2.1]: 18
- NPM Version [e.g. 5.4.2]: 10.5.0
- C++ Toolchain [e.g. Visual Studio, llvm, g++]:
- node-rdkafka version [e.g. 2.3.3]: [3.2.1](https://www.npmjs.com/package/node-rdkafka/v/3.2.1)

**Steps to Reproduce**
Setup Node JS - node-rdkafka env for kafka consumer in mac OS 15
Run consumer having below configurations

Error message:
Unsupported value "sasl_ssl" for configuration property "security.protocol": OpenSSL not available at build time

**node-rdkafka Configuration Settings**
'metadata.broker.list': ['localhost:9004'],
'security.protocol': 'sasl_ssl',
'ssl.ca.location': '',
'sasl.mechanism': 'PLAIN',
'sasl.username': "",
'sasl.password': "",
'client.id': "myclient",
'group.id': "mygroup"

**Additional context**
Unsupported value "sasl_ssl" for configuration property "security.protocol": OpenSSL not available at build time

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.