Blizzard / Blizzard/node-rdkafka
OpenSSL not available at build time
- Dominant language
- JavaScript
- Stars
- 2.2k
- Forks
- 403
- PR merge metrics
- No merged PRs in 30d
Description
I am getting below error
Unsupported value "SASL_SSL" for configuration property "security.protocol": OpenSSL not available at build time
when I log kefka.features , I do not see ssl
[
'gzip', 'snappy',
'sasl', 'regex',
'lz4', 'sasl_gssapi',
'sasl_plain', 'plugins',
'http' ]
this is the ssl config I have
OpenSSL 3.1.4 24 Oct 2023 (Library: OpenSSL 3.1.4 24 Oct 2023)
built on: Tue Oct 24 13:41:51 2023 UTC
platform: darwin64-arm64-cc
options: bn(64,64)
compiler: clang -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -D_REENTRANT -DOPENSSL_BUILDING_OPENSSL -DNDEBUG
OPENSSLDIR: "/opt/homebrew/etc/openssl@3"
ENGINESDIR: "/opt/homebrew/Cellar/openssl@3/3.1.4/lib/engines-3"
MODULESDIR: "/opt/homebrew/Cellar/openssl@3/3.1.4/lib/ossl-modules"
Seeding source: os-specific
CPUINFO: OPENSSL_armcap=0x187d
Contributor guide
Research direction
No source file, test, or build entry point is identified. Start by reproducing the reported SASL_SSL configuration and inspecting the build output alongside the listed kafka.features; done means the build exposes SSL and accepts security.protocol=SASL_SSL.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, nodejs
- Domain
- backend, build-system
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100