kube-logging / logging-operator

Logging operator for Kubernetes
https://kube-logging.dev
Apache License 2.0
1.55k stars 330 forks source link

rdkafka unable to write to ssl secured kafka topic #1802

Closed agturley closed 1 month ago

agturley commented 2 months ago

Bugs should be filed for issues encountered whilst operating logging-operator. You should first attempt to resolve your issues through the community support channels, e.g. Slack, in order to rule out individual configuration errors. #logging-operator Please provide as much detail as possible.

Describe the bug: when attempting to write to a ssl secured topic, the following error appears: "Configuration property "ssl.ca.location" not supported in this build: OpenSSL not available at build time"

Expected behaviour: write to a ssl secured kafka topic

Steps to reproduce the bug: attempt to write to a ssl secured kafka topic

Additional context: Easy to resolve. all the needs to be done is "openssl-dev" needs to be added to "BUILD_DEPS" in the Dockerfile. I built a custom image with this change and it works as expected.

/kind bug

pepov commented 2 months ago

thx, we can add that to the dockerfile for version 4.10