在 Jmeter 中重用 GRPS 请求

Reusing GRPS Request in Jmeter

当我在 Jmeter 中使用 samplerGRPC Request 时,它收到响应 200/300/400/500,然后连接关闭并且无法重复使用。 我想将此连接重新用于新请求或进行 gRPC 调用。也许它与“keepalive”具有相同的选项? 现在我的测试计划看起来像:

--Thread Group
  --GRPC Request

如果你说的是 this plugin I don't see any possibility to control how connections are being used/re-used, you might want to implement it yourself by invoking ClientCaller class methods from the JSR223 Sampler