Formats for ClickHouse®-Kafka® data exchange#
When connecting ClickHouse® to Kafka® using Aiven integrations, data exchange is possible with the following formats only:
Format name |
Notes |
---|---|
Avro |
Binary Avro format with embedded schema. Libraries and documentation: https://avro.apache.org/ |
AvroConfluent |
Binary Avro with schema registry. Requires the Karapace Schema Registry to be enabled in the Kafka service. |
CSV |
Example: |
JSONASString |
Example: |
JSONCompactEachRow |
Example: |
JSONCompactStringsEachRow |
Example: |
JSONEachRow |
Example: |
JSONStringsEachRow |
Example: |
MsgPack |
Example: Libraries and documentation: https://msgpack.org/ |
TSKV |
Example: |
TSV |
Example: |
TabSeparated |
Example: |