Kevin Wan

Results 304 comments of Kevin Wan
trafficstars

It's intented to be "edit at your risk".

To fix the file deleted problem, we need to create a ticker to check the file existence periodically. I think we don't need to do that. Recommend to handle the...

Please check if it works by using `tail -f` or `tee` commands.

https://medium.com/dev-genius/the-elegance-of-go-interface-b4c9c00012da I've written an post to introduce how to use `go-playground/validator` in go-zero.

Why to export it? Would you please describe it in details?

Set the option in both server and client sides.

I see you're trying to set the gRPC message size limits in go-zero. The error you're getting (`grpc: received message larger than max (10591746 vs. 4194304)`) indicates that your message...

You can disable the BreakerHandler and add your own.

We've integrated opentelemetry already for long time.