Kevin Wan

Results 304 comments of Kevin Wan
trafficstars

What's the version of you go-zero? We've done the fault drill with service discovery. And please check if your ETCD is fully recovered.

I recommend you to do a memory profiling. And upload the file if no sensitive info. Right now, I have no idea on this. We didn't have this kind of...

What's this PR for?

Please try goctl v1.5.2, couple dart related bugs fixed.

@kesonan Please check if there is linux arm64 version for protoc.

Thanks for your issue! But I think supervisord might be your choice.

My test code is: ```go package main import ( "io" "net/http" "github.com/zeromicro/go-zero/rest" ) func main() { srv := rest.MustNewServer(rest.RestConf{ Host: "localhost", Port: 8888, }) srv.Use(func(next http.HandlerFunc) http.HandlerFunc { return func(w...