英文:
Gatling Recorder gRPC HTTP/2 support
问题
I want to load test a web application server which communicates through gRPC (which uses HTTP/2 for transport) with the clients.
It seems that Gatling extended by the plugin Gatling-gRPC would be perfect for this. Among other things Gatling provides a Recorder which helps quickly generate scenarios by acting as a HTTP proxy between the client and the server.
Question 1: Is it possible to use the Gatling Recorder for recording the communication through the gRPC protocol?
Question 2: Is it possible to use the Gatling Recorder for recording the communication through the underlying HTTP/2 protocol?
I have tried already the Gatling Recorder to record the gRPC communication without success Maybe caused by wrong configuration of the recorder?
英文:
I want to load test a web application server which communicates through gRPC (which uses HTTP/2 for transport) with the clients.
It seems that Gatling extended by the plugin Gatling-gRPC would be perfect for this. Among other things Gatling provides a Recorder which helps quickly generate scenarios by acting as a HTTP proxy between the client and the server.
Question 1: Is it possible to use the Gatling Recorder for recording the communication through the gRPC protocol?
Question 2: Is it possible to use the Gatling Recorder for recording the communication through the underlying HTTP/2 protocol?
I have tried already the Gatling Recorder to record the gRPC communication without success Maybe caused by wrong configuration of the recorder?
答案1
得分: 1
抱歉,不支持使用Gatling的录制器记录gRPC,原因如下:
- 它不支持HTTP/2
- 它不支持gatling-grpc,这是一个第三方插件(目前有一些正在进行的工作以贡献到上游)
英文:
No, it's not possible to record gRPC with Gatling's recorder atm:
- it doesn't support HTTP/2
- it doesn't support gatling-grpc which is a third-party plugin work (there's some ongoing work to contribute it upstream)
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论