oldme
oldme
mssql 驱动已经处理了 `begin` 为 `begin transcaton`,所以此异常可能是由别的原因引起
After testing I can't reproduce your bug! if you confirm that the bug exists in `gf v2.7.2`, please you provide more information! Thanks! Also, `http.logger` config item can't works on...
似乎你并没有使用到 gf 的某个组件?
@gqcn 应该用 build 吧,修改依赖
> @oldme-git > > > @oldme-git 需要等待#3688 合并后更新该pr,同样放到`v2.8.0`版本合并发布。 > > @oldme-git #3688 已经合并,可更新该PR了。 ok
@liqianwithship 请提供最小复现代码
> It's look a little bit strange that you want to store pointer on db, for me this doesn't look good. Perhaps we'll discuss it in the PR.
同一个 HTTP 请求可能需要若干个 gRPC 拼接起来,HTTP 网关不属于框架的职责范畴
@gqcn 当客户端不支持 gRPC 协议时,或者需要将 gRPC 服务暴露给 Web 应用程序时,便捷的生成 RESTful API 转换为 gRPC 的相关函数,参考 [go-zore](https://go-zero.dev/docs/tutorials/gateway/grpc)。 备注:RESTful API 转换为 gRPC 不够灵活,应该考虑更灵活的方式
@chehan01 `gf gen serrice` is kind of recommended practice. If you needed special requirements, you could custom for `service` `gf gen service` 只是一个推荐的作法,如果有特殊需求,可以自定义 `service` 层的实现