Posted by
夏泽民
Apr 18, 2021
https://github.com/prometheus/client_golang
Posted by
夏泽民
Apr 18, 2021
kafka-manager,不过现在更名为CMAK。
kafka-manager管理工具简介
Posted by
夏泽民
Apr 18, 2021
github.com/confluentinc/confluent-kafka-go/kafka
低版本用 static_all ,高版本用musl,自己编译用dynamic
Posted by
夏泽民
Apr 18, 2021
首先在项目中安装cover
pip install coverage
用这个命令生成整个测试报告
coverage html
Posted by
夏泽民
Apr 18, 2021
这时分两种情况。一种情况是,你需要另一个分支的所有代码变动,那么就采用合并(git merge)。另一种情况是,你只需要部分代码变动(某几个提交),这时可以采用 Cherry pick。