wiremock-grpc-extension
wiremock-grpc-extension copied to clipboard
WireMock Extension: gRPC mocking
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.11.0 to 5.11.2. Release notes Sourced from org.junit:junit-bom's releases. JUnit 5.11.2 = Platform 1.11.2 + Jupiter 5.11.2 + Vintage 5.11.2 See Release Notes. Full Changelog: https://github.com/junit-team/junit5/compare/r5.11.1...r5.11.2 JUnit...
### Proposal I wanted to use wiremock grpc for my project, but it wasn't working. proto contained of multiple files: myservice.proto ``` syntax = "proto3"; package wallet.myservice; import "wallet/errors.proto"; service...
This allows reading of the desc files from multiple URLs instead of the wiremock grpc subdirectory ## References - TODO ## Submitter checklist - [ ] Recommended: Join [WireMock Slack](https://slack.wiremock.org/)...
There are many situations, where you need to have all fields with default values being contained to json So there is a flag, which allow you to do it. Its...
### Proposal At the moment, the gRPC extension is tied to the `Jetty11HttpServer` in the `buildHttpServer` method. ```java @Override public HttpServer buildHttpServer( Options options, AdminRequestHandler adminRequestHandler, StubRequestHandler stubRequestHandler) { return...
### Proposal I'm attempting to record an interaction with a gRPC server, I've setup the server with the required descriptor files, but I'm seeing a crash when running in record...
The GrpcHttpServerFactory passes the configured notifier into the GrpcFilter. The GrpcFilter stores that as a new field, and then passes it on to the handlers that it builds. The handlers...
### Proposal It would be great to see gRPC requests in the console just like http requests with the '-v' flag ### References _No response_
### Proposal Currently there must be defined an additional sub directory named "grpc" in wiremock directory. In our case the grpc desc files are part of a maven-third-party lib. That...
### Proposal JSON: { "priority": 13, "request": { "method": "ANY", "urlPath": "/Business.Prompt/Prompt" }, "response": { "status": 200, "proxyBaseUrl": "grpc://10.0.0.1:9890" } } In gRPC, WireMock do not has the ability to...