nikepan / clickhouse-bulk

Collects many small inserts to ClickHouse and send in big inserts
Apache License 2.0
474 stars 87 forks source link

Multiple clickhouse server data not send it. #14

Open Ranjit2528 opened 5 years ago

Ranjit2528 commented 5 years ago

We have following configuration.

{ "listen": ":8124", "flush_count": 30000, "flush_interval": 1000, "debug": false, "dump_dir": "dumps", "clickhouse": { "down_timeout": 300, "servers": [ "http://127.0.0.1:8123", "http://172.16.10.78:8123" ] } }

nikepan commented 5 years ago

Hm, thanks. I will check it

nikepan commented 4 years ago

Try to check version 1.2.0. I changed some logics, but in previous version all worked for me. Thanks.

xiongdi9456 commented 3 years ago

so it will send the same data to different clickhouse instance? @nikepan