lysu
lysu
HI, I just try to add admin tools methods: - CreateTopic - ExistsTopic - ChangeTopicConfig - DeleteTopic - And AddPartitions method. to kazoo-go for my usage... please have a look...
NOTE: if you are reporting is a potential security vulnerability or a crash, please follow our CVE process at https://github.com/grpc/proposal/blob/master/P4-grpc-cve-process.md instead of filing an issue here. Please see the FAQ...
### how to reproduce #### what I do ``` import "fmt" func Test() string { // gofail: var beFail bool // if beFail { // fmt.Print(1) // } fmt.Println(2) return...
When error occur, log a abort record and start a rollback for all executed action(included failure action that trigger rollback), but rollback still can failure - [ ] retry some...
now zap can write to stderr and stdout... Is any plan to support syslog?
our upstream have change a lot, go1.12 introduce new stack frame we should follow up them.