Table of Contents | ||
---|---|---|
|
Example 1: gRPC Client Snap with upstream Mapper Snap
The following example pipelines demonstrate pipeline demonstrates how to send a gRPC request to the designated server for processing.
...
Configure the Mapper Snap as shown below:
Configure the gRPC Snap with the Server endpoint, gRPC service and gRPC method details.
On validation, the Snap executes the method, appends
Hello
to the input stream, and displays the following output response from the server.
Example
...
2: gRPC Client Snap with upstream JSON Generator Snap
...
Configure the JSON Generator Snap with some sample data.
...
Configure the gRPC Client Snap as shown below:
On validation, the Snap executes the method, appends
Hello
to the input stream, and displays the following output response from the server.
Downloads
Info |
---|
|
Attachments | ||
---|---|---|
|