housepower / clickhouse_sinker

Easily load data from kafka to ClickHouse
https://housepower.github.io/clickhouse_sinker
Apache License 2.0
514 stars 118 forks source link

how to insert uuid #149

Closed kkrgwbj closed 2 years ago

kkrgwbj commented 2 years ago

how to insert uuid?

yuzhichang commented 2 years ago

uuid is just fixed-length string. Use a string field in kafka message for UUID column in clickhouse.