-
https://mvnrepository.com/artifact/org.wiremock/wiremock-grpc-extension
-
### 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 mode:
```
wiremock…
-
Hi. Could you please help to investigate how to lower RAM consumption? Every new mocked hostname greatly increases mock server RAM consumption. Statistics is the following:
```
6 mocked hostnames: 2…
-
### Proposal
A placeholder issue for WireMock 4.0. We want to release it within a year or so from WireMock 3.0. The scope is to be decided, and contributions are welcome!
### Tentative scope
…
-
### Proposal
At the moment, the gRPC extension is tied to the `Jetty11HttpServer` in the `buildHttpServer` method.
```java
@Override
public HttpServer buildHttpServer(
Options optio…
-
### 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 means we ca…
-
### Proposal
gRPC is particularly popular among Golang developers. It would be nice to demonstrate how this extension can be used with https://github.com/wiremock/wiremock-testcontainers-go by reus…
-
Error on build:
> wiremock_1 | Watching 85 directories to track changes
wiremock_1 | Found grpc/health/v1/HealthGrpc.java:
wiremock_1 | Parsed package = [grpc.health.v1], serviceName = [Healt…
-
Examples:
* https://learn.microsoft.com/en-us/aspnet/core/grpc/basics?view=aspnetcore-8.0
* https://learn.microsoft.com/en-us/aspnet/core/tutorials/grpc/grpc-start?view=aspnetcore-8.0&tabs=visual-st…
-
**Describe the bug**
Quick start example doesn't work. When I request api.wallet.BalanceService/getUserBalance method I get 'error_message': 'Method api.balance.service.BalanceService/getUserBalance …