v.19.8Improvements
Link Rdkafka with Bundled SASL
Link rdkafka with bundled SASL. It should allow to use SASL SCRAM authentication #5253 (Ivan)
Why it matters
This feature allows ClickHouse to use SASL SCRAM authentication when connecting to Kafka using the bundledlibrdkafka library. It enhances security by supporting SASL SCRAM mechanisms for Kafka authentication, which is crucial for environments requiring secure communication.How to use it
Users can enable SASL SCRAM authentication in Kafka integrations by configuring the appropriate SASL parameters in the Kafka consumer or producer settings. This is automatically supported once ClickHouse is built with the updated bundledlibrdkafka linking SASL support.