zalopay-oss / jmeter-grpc-plugin

A JMeter plugin supports load test gRPC
Apache License 2.0
42 stars 23 forks source link

Keep alive configuration #19

Closed megasolis closed 2 years ago

megasolis commented 3 years ago

Hello, first of all, thanks for this amazing plugin. I have been using it for about 3 months now and it rocks!

Having said that, I have a question regarding how I can configure the time out values of the GRPC ManagedChannel used to send the GRPC requests.

So, I was wondering if there is a workaround or some recommended approach on how to configure the sampler channel to use specific keep alive configuration values.

Thanks in advance.

thoainguyen commented 3 years ago
Screen Shot 2021-08-25 at 00 16 47

Workaround solution is fork this repo, change those lines of code, and rebuild the plugin :v

megasolis commented 2 years ago

Created a PR where I have included new code for this and other configuration properties: https://github.com/zalopay-oss/jmeter-grpc-plugin/pull/21

Thanks

thoainguyen commented 2 years ago

Do small things with great love!

Merged! Thank you!