v.19.15Improvement

Every Message Read from Kafka Is Inserted Atomically

Every message read from Kafka is inserted atomically. This resolves almost all known issues with Kafka engine. #6950 (Ivan)
Every message read from Kafka is inserted atomically into ClickHouse.

Why it matters

This feature addresses and resolves nearly all known issues related to message processing in the Kafka engine by ensuring atomic insertion of each Kafka message, improving data consistency and reliability.

How to use it

Users benefit from atomic message insertion automatically when using the Kafka engine; no additional configuration is required to enable this behavior.