maomao94
maomao94
我试用了新版的gatway 功能,发现json 必须和pb 对应,且必须传字段,有没有考虑http 转pb 支持可选key 
在开发中,出现问题,想看下当前服务调用 http/rpc/db/redis/mq 的完整请求响应数据比较困难 希望新增一个auditlog文件夹作为审计日志目录 目录包括 client.log 可以根据trace=5e4f8263ec86c2b45107e0fadcb3d694 来看到所有的client 请求 和响应数据便于定位问题
提供一个类似这种的方法 func GetDefaultGatewayConn(name string) []*grpc.ClientConn { } // rpc logic 可以反向推送给api for _, v := range grpcCons { //todo } 目的:可以方便去做分布式ws 集群的推送
Fix: serialization Error of Nacos Parameters (notLoadCacheAtStart, updateCacheWhenEmpty) ## Greptile Summary Fixed Nacos parameter serialization issues by adding 'string' tags to boolean fields in the target struct, ensuring proper handling...
### Background When managing dynamic resources (e.g., network connections, client instances) with syncx.Pool, there's currently no built-in way to proactively destroy all resources in the pool when it's no longer...
Currently, the http gateway in go-zero only supports Path and Method in Mappings, but there is no way to rewrite the route before forwarding to the upstream service. In many...