gatling-grpc icon indicating copy to clipboard operation
gatling-grpc copied to clipboard

A Gatling load test plugin for gRPC

Results 6 gatling-grpc issues
Sort by recently updated
recently updated
newest added

In our application, we can put the messages that we receive over streams into different categories. We’d like to measure the delays for each category separately. To address this, it...

**Describe the bug** The current `master` cannot be executed in Gatling Enterprise. All calls fail with an error like this: ``` java.lang.IllegalStateException: Could not find policy 'pick_first'. Make sure its...

**Is your feature request related to a problem? Please describe.** Gatling 3.7 supports Kotlin and Java. Gatling-gRPC should also support them. **Describe the solution you'd like** Wrappers in Kotlin that...

Hi, getting error while trying to use this plugin, and I do not understand whats wrong: ``` java.lang.IllegalAccessError: tried to access method io.gatling.core.session.SessionPrivateAttributes$.PrivateAttributePrefix()Ljava/lang/String; from class com.github.phisgr.gatling.grpc.protocol.GrpcProtocol$ at com.github.phisgr.gatling.grpc.protocol.GrpcProtocol$.(grpcProtocol.scala:25) at com.github.phisgr.gatling.grpc.protocol.StaticGrpcProtocol$.apply$default$3(grpcProtocol.scala:149)...

**Describe the bug** In scalapb-runtime `0.11.15` we are seeing the following error: ```text [error] Test suite failed with java.lang.NoClassDefFoundError: io/grpc/internal/AbstractManagedChannelImplBuilder. [error] This may be due to the ClassLoaderLayeringStrategy (ScalaLibrary) used...

**Is your feature request related to a problem? Please describe.** We have a use-case where we want to simulate a unary call which returns context in its response headers which...