Back to Pixie

gRPC utils

src/common/grpcutils/README.md

latest439 B
Original Source

gRPC utils

APIs for working with gRPC services.

You may want to check out other tools:

  • grpc_cli: Requires reflection on the service to operate. Wirtten in C++.
  • grpccurl: Requires reflection as well. This is written in Go, which is useful for our gRPC service poker, which will be written in Go as well.