go-zero icon indicating copy to clipboard operation
go-zero copied to clipboard

A cloud-native Go microservices framework with cli tool for productivity.

Results 430 go-zero issues
Sort by recently updated
recently updated
newest added

Like trace, the framework supported jaeger (and zipkin ?), but we cant find how to open this in doc....

stale

when log use file mode with plain, i found info log in error log file, and loss log。

stale

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior, if applicable: 1. The code is ``` mkdir demogo cd...

stale

https://github.com/zeromicro/go-zero/blob/fabea4c4485ad5223b375e62f6d46fdffb7da81c/tools/goctl/model/sql/gen/insert.go#L34

stale

**My problem** In msg gateway service , after the websocket conn is builded, i send the message, there sender is recevied response, and recipient also receive the messgage. But the...

stale

The field struct which has the NameOriginal, Name, DataType, Comment, SeqInIndex, OrdinalPosition, should also have the model type name so as to identify or link between the model type and...

go version: go1.16.4 go zero verison: v1.4.0 The api RestConf timeout is 12000 and sleep 15s in logic code. Below is the logic code `func (l *TestLogic) Test(req *types.TestReq) (resp...

Does it support RESTful API Gateway? Because I have very few RPC services and a lot of Web services. I want to support RPC services in Web services so that...

stale
answered

Hi, I want to set some mysql params (e.g. timeout), but I found the SqlOption is private var. ```golang func NewMysql(datasource string, opts ...SqlOption) SqlConn { opts = append(opts, withMysqlAcceptable())...

How can i set the max,min db connection