Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support HTTP2 & gRCP #265

Open
YuriiChukhrai opened this issue May 9, 2024 · 2 comments
Open

Add support HTTP2 & gRCP #265

YuriiChukhrai opened this issue May 9, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@YuriiChukhrai
Copy link

Hi, (jmeter-java-dsl) team.

Nice, project, thanks for doing that.
I am curious, do you plan to add support for gRPC samples?
I will try to implement some custom samplers for POC.

References
JMeter gRPC Request

@rabelenda
Copy link
Contributor

Hello, thank you for asking.

Yes, we want to add at some point gRPC support. I see the plugin has been archived, but see this fork still active.

Regarding in general how would we implement this, we still need to review the best path.

Currently you can use jsr223Sampler in combination with GRPC java libraries to automatically generate the java classes from the proto files and get the most efficient and realistic way of using GRPC. We need to review how the plugin works and see if makes sense to implement specific methods for it, or if makes sense to just put a guide, or "recipe", for using GRPC with jsr223Sampler.

Why did you include HTTP2 in the title? HTTP2 is based on some of the features of gRPC but is not the same.

If you are interested in HTTP2, we also have plans for that, using the http2 jmeter plugin, but providing a simpler way to use it (just a property of existing httpSampler element).

@YuriiChukhrai
Copy link
Author

YuriiChukhrai commented May 10, 2024

Sorry, I mean two different features: HTTP2 and gRPC.

Currently you can use jsr223Sampler in combination with GRPC java libraries to automatically generate the java classes from the proto files and get the most efficient and realistic way of using GRPC.

Ok, I will try.

@YuriiChukhrai YuriiChukhrai changed the title Add support HTTP2 [gRCP] Add support HTTP2 & gRCP May 10, 2024
@rabelenda rabelenda added the enhancement New feature or request label May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants