Skip to content

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

@sojinantony01

Description

@sojinantony01

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

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions