Tag: mapreduce
-
Testing your gRPC services using grpc_cli
This post may be helpful for you if you are building gRPC services and want a convenient way to test your service using a command line tool. Similar to using cURL when testing HTTP(s) services, I wanted an easy way to test the gRPC services that I’m building. Originally, I had originally planned to whip…