Per se JMeter doesn't support gRPC protocol, however you can consider using 
grpc-java
<https://github.com/grpc/grpc-java/tree/master/examples/src/main/java/io/grpc/examples>
  
client library so you will be able to implement the necessary logic using
either  JSR223 Sampler with Groovy language
<https://www.blazemeter.com/blog/groovy-new-black/>   or a custom
implementation of  Java Request
<https://jmeter.apache.org/usermanual/component_reference.html#Java_Request>  
sampler. 

Check out gRPC Basics - Java <https://grpc.io/docs/tutorials/basic/java/>  
for more information. 



--
Sent from: http://www.jmeter-archive.org/JMeter-User-f512775.html

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to