-
Hello,
I have a question for which I didn't find a answer.
How easy would it be to support GRPC mocking on wiremock-rs?
The api would be the same:
1. You start a server.
2. You provide st…
-
### `brew config` output
```shell
HOMEBREW_VERSION: 3.5.10-51-g7617109
ORIGIN: https://github.com/Homebrew/brew
HEAD: 7617109d43060aa0225f774bad9971bcbd166e15
Last commit: 10 minutes ago
Core tap…
-
Hello,
I have been investigating a way of providing a GRPC wiremock like functionality.
This would help greatly on integration tests which need to provide a mockable end point for code under tes…
-
**Is your feature request related to a problem? Please describe.**
We're versioning our protobuf files based on the package name, e.g.
package userquery.protobuf.grpc;
package userquery.protobu…
-
**Describe the bug**
A clear and concise description of what the bug is.
The `grpc-wiremock` tool assumes that in the generated code from the protobuf messages, only service classes would have its…
-
### Actual behavior
```kotlin
@Bean
fun webClient(): WebClient {
return WebClient
.builder()
.baseUrl(someUrl)
.filter(logResponseStatus())
.build()
}
`…
-
For clients like BloomRPC the mock server fails (because of the encoding I would assume) like this:
```
2021-10-07 12:25:21.056 INFO 101 --- [ault-executor-2] io.adven.grpc.wiremock.HttpMock …
-
Hey team!
Nice work on this one! A nice detail would be to allow the http and grpc ports to be configured from the env/command. The standard wiremock allows to override the command passing in the p…
-
Cleaned all related images before building by
```
docker images --no-trunc|grep grpc-wiremock | awk '{ print $3 }' | xargs -r docker rmi
```
If I use in docker-compose
```
image: adven27/grpc…
-
### `brew gist-logs ` link OR `brew config` AND `brew doctor` output
```shell
HOMEBREW_VERSION: 3.5.10-49-gb2ddb34
ORIGIN: https://github.com/Homebrew/brew
HEAD: b2ddb341a0489834dbbfcb57544d87c4…