Kevin Wan
Kevin Wan
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.
why not use different handlers?
Thanks for your issue! But I think supervisord might be your choice.
Not planned yet.
Which version are you using?
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...