gRPC Client Snap with upstream JSON Generator Snap

The following example pipeline demonstrates how to send a gRPC request to the designated server for processing.



  1. Configure the JSON Generator Snap with some sample data.
    [
        {
           "name" : "Doc Test"
        }
    ]
    
  2. Configure the gRPC Client Snap as shown below:


  3. On validation, the Snap executes the method, appends Hello to the input stream, and displays the following output response from the server.