切换语言为:繁体

Wireshark 抓包 grpc

  • 爱糖宝
  • 2024-09-30
  • 2067
  • 0
  • 0

步骤

  1. 下载grpc-java demo

git clone -b v1.52.0 --depth 1 https://github.com/grpc/grpc-java

cd grpc-java/examples

  1. 构建

gradle installDist

如果因为网络问题,可以切换到已经下好的grpc-java.jar。比如我就切换到了本地的1.46.0版本,全局搜索版本替换一下即可。

  1. 启动服务端

./build/install/examples/bin/hello-world-server

  1. 准备抓包

Wireshark 抓包 grpc

Wireshark 抓包 grpc

idea中某个pb文件中引入的grpc自带的proto文件,会自动下载到本地maven仓库,解压这个jar即可。

  1. 启动客户端

./build/install/examples/bin/hello-world-client

  1. 成功抓包

Wireshark 抓包 grpc

参考

0条评论

您的电子邮件等信息不会被公开,以下所有项均必填

OK! You can skip this field.