v.19.8Improvements

Link Rdkafka with Bundled SASL

Link rdkafka with bundled SASL. It should allow to use SASL SCRAM authentication #5253 (Ivan)
Link librdkafka with bundled SASL to enable SASL SCRAM authentication support in ClickHouse.

Why it matters

This feature allows ClickHouse to use SASL SCRAM authentication when connecting to Kafka using the bundled librdkafka 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 bundled librdkafka linking SASL support.