If you're talking about gRPC - there is a plugin <https://github.com/zalopay-oss/jmeter-grpc-plugin>
With regards to protocol buffers per se - I'm not aware of any existing extension so you will have to add protocol buffers java library <https://github.com/protocolbuffers/protobuf/tree/master/java> to JMeter Classpath <https://jmeter.apache.org/usermanual/get-started.html#classpath> and write your own wrapper code using JSR223 Test Elements and Groovy language <https://www.blazemeter.com/blog/groovy-new-black/> , see The Protocol Buffer API <https://developers.google.com/protocol-buffers/docs/javatutorial#the-protocol-buffer-api> 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]
