Zhichang Yu

Results 176 comments of Zhichang Yu

I changed the code per your seggestion. ``` [eoi@eoi03 zhichyu]$ rm -f sinker.log && ./clickhouse_sinker --local-cfg-file sinker_franz.json --log-paths=stdout,sinker_franz2.log {"level":"info","ts":"2022-07-29T22:06:28.588+0800","msg":"version v2.5.2-1-gc66b25e-dirty, commit c66b25ed1e5cc49e1ef95be4cecd68a374b72502, date 2022-07-29T22:06:04+0800, builtBy eoi@ck16, pid 35523"} {"level":"info","ts":"2022-07-29T22:06:28.589+0800","msg":"clickhouse_sinker initialization"}...

@btubbs [go 1.17](https://golang.google.cn/doc/go1.17) supports commas ``` The package now accepts comma "," as a separator for fractional seconds when parsing and formatting time. For example, the following time layouts are...

@ethfoo I think franz-go is the best one currently.

I think it's better that Nacos provides [http sd](https://prometheus.io/docs/prometheus/latest/http_sd/), Promtheus needs change nothing. Nacos already provides API to fetch list of instances of a service: ``` curl -X GET 'http://192.168.101.105:8848/nacos/v1/ns/instance/list?serviceName=jax&username=xxx&password=xxx'...

I notice there's a branch named `sasl-gssapi` tries to add Kerberos support. However this branch is inactive for several months.

@jaffee I have some questions on what happen if coordinator node failure occur. - Does the cluster deny all read/write requests? - Is [`Changing the Coordinator`](https://www.pilosa.com/docs/latest/administration/#resizing-the-cluster) still possible?

`Max` returns maximum value and count of columns containing the maximum value. This is not what I need. - It doesn't return which columns containing the maximum value. - It...

@travisturner Yes, with few difference of the example. I want Top(3) return: ``` 6: [3, 4, 9] ``` And Top(4) return: ``` 6: [3, 4, 9] 5: [2, 5] ```

another failure log [sinker_metric.log](https://github.com/housepower/clickhouse_sinker/files/7909844/sinker_metric.log)

可以加。但“校验不通过”并不等于“rebalance失败”,情况有点复杂。