jmeter-grpc-request icon indicating copy to clipboard operation
jmeter-grpc-request copied to clipboard

JMeter gRPC Request load test plugin for gRPC

Results 44 jmeter-grpc-request issues
Sort by recently updated
recently updated
newest added

Hi... How to fix this, thank you. ``` 2022-09-13 17:40:38,179 INFO o.j.r.PluginManager: Plugins Status: [bzm-http2-legacy=2.0, bzm-http2=2.0, jmeter-grpc-request=v1.2.1, jpgc-plugins-manager=1.7, jmeter-core=5.5, jmeter-ftp=5.5, jmeter-http=5.5, jmeter-jdbc=5.5, jmeter-jms=5.5, jmeter-junit=5.5, jmeter-java=5.5, jmeter-ldap=5.5, jmeter-mail=5.5, jmeter-mongodb=5.5, jmeter-native=5.5, jmeter-tcp=5.5,...

can you add a button “Re-use connection”?

Bumps [mockito-core](https://github.com/mockito/mockito) from 4.7.0 to 4.8.0. Release notes Sourced from mockito-core's releases. v4.8.0 Changelog generated by Shipkit Changelog Gradle Plugin 4.8.0 2022-09-07 - 10 commit(s) by Alex, James Baker, Johannes...

dependencies

Hello I'm new to JMeter and GRPC. I am trying to run a simple load test on a GRPC. I "designed" the plan on my Windows desktop and run it...

When I try to load a proto directory with files inside, I keep getting 23 errors, the first of which says to load the directory. ![obraz](https://user-images.githubusercontent.com/84498664/186892731-9180e347-6f4d-490b-bb13-1796e9f47b87.png)

简单场景需求: 先发登录请求建立双向流连接,再发一个锁定会议的操作。 在现在Jmeter GRPC中, 我无法把上面两个请求(登录, 锁定会议)一次发给服务器端。 怎么能做到? How to send several message in one chanel ?

Bumps [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.3.0 to 3.5.2. Release notes Sourced from org.apache.maven.plugins:maven-shade-plugin's releases. 3.5.1 Release Notes - Maven Shade Plugin - Version 3.5.1 Bug [MSHADE-454] - Shade Plugin does not work...

dependencies

Bumps [io.netty:netty-tcnative-boringssl-static](https://github.com/netty/netty-tcnative) from 2.0.54.Final to 2.0.63.Final. Commits 533f625 [maven-release-plugin] prepare release netty-tcnative-parent-2.0.63.Final 21c9201 Don't share tcn_ssl_verify_config_t between tcn_ssl_state_t and tcn_s… (#850) 5f18092 Explicit pass the JNIEnv* to free_ssl_state (#849) 04eea1f...

dependencies

The plug-in is excellent, but I believe that adding client and server streaming support would make it complete. I have a project where I need to use these features, and...

Hello Team, I have a use case to do a performance test for a java-grpc application as below. The java-GRPC application, has provision to set the properties like URL’s, channels,...