v.1.1.54378New Feature
Multiple Topics Support for Kafka Engine
Multiple comma-separatedtopicscan be specified for theKafkaengine (Tobias Adamson)
Why it matters
This feature allows ingestion from multiple Kafka topics within a single ClickHouse Kafka table, simplifying data integration workflows and reducing the need to create separate tables for each topic.How to use it
Specify multiple Kafka topics in thetopics parameter of the Kafka engine by separating them with commas. For example: topics = 'topic1,topic2,topic3'.