-
### What
@Adven27 thanks for creating such an amazing project!
I've got a small request: could you please add tags to Docker Hub (i.e., currently there's only `latest` tag that I can pin for my te…
-
I have a service which is based on gRPC. But that having both types of downstreams:
1. Web Server - Call them via GET/POST.
2. gRPC Server - Call them via gRPC.
Can we use gRPCMock to stub both e…
-
Sample proto snapshot
package test.v1
import "google/protobuf/timestamp.proto";
option java_multiple_files = true;
option go_package = "testv1";
option java_package = "com.test.v1";
option j…
-
**Describe the bug**
Hi there,
I'm using Pants (version 1.30.4) both on my CI machines and local machines to run some automated tests in Scala.
I've been noticing issues with Pants operations s…
-
Please answer these questions before submitting your issue.
### What version of gRPC are you using?
1.13.1
### What did you expect to see?
The jar should be running fine.
I am using java 8 …
-
Suddenly I am getting this error
```
wiremock_1 | Task ':generateJava' is not up-to-date because:
wiremock_1 | No history is available.
wiremock_1 | Found :generateJava:
wiremock_1 | Pars…
sp1rs updated
3 years ago
-
## Description
Native Tests in CI are taking too long, mainly due to the long compilation time of native images.
### Main ~8m
[INFO] BUILD SUCCESS
[INFO] -----------------------------------…
-
Hi, do I increase the performance of wiremock if testing under significant loads?
Is there any way to increase threads or processes?
Or any other configuration changes that can be done to improve th…
sp1rs updated
3 years ago
-
My proto file.
```
syntax = "proto3";
package supplier_invoice_module.v1.deliveryreceiptpb;
option go_package = "packages/supplier_invoice_module/v1/deliveryreceiptpb";
option java_outer_classn…
sp1rs updated
3 years ago
-
Hi!
We are using this for automated tests and would like it to start a bit faster.
I found out that doing my own image based on thismade it start a good deal faster, as long as I didn't update the…