• 2024-09-07go 使用grpc和grpcurl
    安装依赖和工具#ubuntu安装protobufaptinstalllibprotobuf-devprotobuf-compilerprotoc-gen-goprotoc-gen-go-grpc-y#查看protobuf版本protoc--version#安装grpcurlwgethttps://github.com/fullstorydev/grpcurl/releases/download/v1.8.7/grpcurl_1.8.7_linux_
  • 2024-08-12【grpcurl】使用grpcurl测试GRPC服务
    一、场景   由于我们需要访问GRPC服务的方法,便于我们进行测试,所以我们开启了grpc服务的反射机制 二、安装grpcurl   https://github.com/fullstorydev/grpcurl   https://github.com/fullstorydev/grpcurl/releases下载对应环境的包即可sudodpkg-igrpcurl