childe / gohangout

使用 golang 模仿的 Logstash。用于消费 Kafka 数据,处理后写入 ES、Clickhouse 等。
MIT License
1.01k stars 234 forks source link

ck output 中处理自动 json.number 转 int 类型失败 #201

Closed childe closed 1 year ago

childe commented 1 year ago

当前Gohangout 使用的 cast 库不支持 json.number。新的 Cast 库支持,但转 Uint64有 Bug。