nest-cloud / nestcloud-grpc-example

How to use nestcloud/grpc for loadbalance rpc call.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pb文件怎么生成对应的interface

wolftankk opened this issue · comments

直接用ts-protoc-gen 生成的文件 和例子中的完全不一样。。。

commented

@nestcloud/grpc 是基于 https://docs.nestjs.com/microservices/grpc 修改而来的,可以参考一下。