Incremental Load Testing
One of the best features of FintX is that it can run real-time load tests against your gRPC service! This sets it apart from other testing tools that only supports calling the gRPC methods. FintX supports 3 types of load…
One of the best features of FintX is that it can run real-time load tests against your gRPC service! This sets it apart from other testing tools that only supports calling the gRPC methods. FintX supports 3 types of load…
Windows MacOS Linux
Before we start Before getting started, make sure you have a running gRPC service. If the gRPC service does not have Reflection Service enabled, make sure you have the proto file that contains the service definition For this tutorial we’ll…
The QuickStart Guide shows an example of calling gRPC Unay method
Before we start First thing we need to create a gRPC service that has a server streaming method. For this tutorial, we will run the gRPC service found at This service has the following server streaming method Test the…
//Coming soon!
Before we start First thing we need to create a gRPC service that has a server streaming method. For this tutorial, we will run the gRPC service found at This service has the following server streaming method Test the…