housepower / clickhouse_sinker

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

panic: unsupport type Decimal(18, 2) #62

Closed chenjiaxiaoliang closed 4 years ago

chenjiaxiaoliang commented 4 years ago

tast.json :

{ "name" : "abc",

"kafka": "kfk", "topic": "abc", "consumerGroup" : "abc_group",

"parser" : "json", "clickhouse" : "clickhouse",

"tableName" : "abc", "autoSchema": true, "excludeColumns" : [], "bufferSize": 90000 }