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

**Is your feature request related to a problem? Please describe.** At present, logx in go-zero's core support log rotation based on date. But it is not enough. In k8s,users can...

suggestion

Sometimes we don't want to update all columns(eg. update `status` field). I think we can provide the `model.UpdateColumn()` to update the specified columns. related issue: #1910 , but for my...

## Who is using go-zero? Thanks sincerely for constantly using and supporting go-zero. We will try our best to make go-zero better, and keep growing go-zero community. To attract more...

help wanted

How does PHP get and call microservices as a client? Is there an example project for reference

stale

![image](https://user-images.githubusercontent.com/49554487/178881881-51c3bbf8-c9ab-4e2c-aeef-389675dac4be.png) ![image](https://user-images.githubusercontent.com/49554487/178882020-120d201d-ae64-403e-92a1-cce723ef364f.png) ![image](https://user-images.githubusercontent.com/49554487/178882077-662b986b-b974-4534-95ae-96133af6012f.png) ![image](https://user-images.githubusercontent.com/49554487/178882184-82b3c96e-274a-49ad-be43-6f9fbd9c67ee.png)

kind/bug
stale

{"level":"warn","ts":"2022-07-13T11:30:47.622+0800","logger":"etcd-client","caller":"[email protected]/retry_interceptor.go:62","msg":"retrying of unary invoker failed","target":"etcd-endpoints://0xc000558540/xx-etcd:2379","attempt":0,"error":"rpc error: code = DeadlineExceeded desc = context deadline exceeded"} {"level":"info","ts":"2022-07-13T11:31:08.717+0800","logger":"etcd-client","caller":"[email protected]/client.go:210","msg":"Auto sync endpoints failed.","error":"context deadline exceeded"} {"level":"warn","ts":"2022-07-13T11:31:50.606+0800","logger":"etcd-client","caller":"[email protected]/retry_interceptor.go:62","msg":"retrying of unary invoker failed","target":"etcd-endpoints://0xc000558540/xx-etcd:2379","attempt":0,"error":"rpc error: code = NotFound desc...

stale

**in 查询 无法支持切片参数** 无支持in查询, 1. in query code ```go func (m *defaultOrderModel) Find(ctx context.Context, status []int64) (*[]Order, error) { query := fmt.Sprintf("select %s from %s where `status` in ?", OrderRows,...

stale

when define a jwt payload,and its key in > The JWT specification defines seven reserved claims that are not required, but are recommended to allow interoperability with [third-party applications](https://auth0.com/docs/get-started/applications/confidential-and-public-applications/enable-third-party-applications). These...

**Describe the bug** when we used function "rest.MustNewServer()" with jwt and cors the sort jwt before cors validate lead to all route invalid. **To Reproduce** 1、Route options is sucess (204)...