flashcatcloud / categraf

one-stop telemetry collector for nightingale
https://flashcat.cloud/docs/
MIT License
758 stars 237 forks source link

fix: fix zookeeper collect blocking #965

Closed tanxiao1990 closed 3 weeks ago

tanxiao1990 commented 3 weeks ago

fix: fix zookeeper collect blocking

tcp长连接情况下,readAll是阻塞的,如果一旦有某个zk节点发生故障,无数据返回,会导致全部zk的采集直接阻塞停止。

kongfei605 commented 3 weeks ago

Thank you @tanxiao1990

tanxiao1990 commented 3 weeks ago

sorry ,some fix later