openmock icon indicating copy to clipboard operation
openmock copied to clipboard

Mock all the services. Intuitive YAML DSL for HTTP, gRPC, Kafka, and AMQP mocks.

Results 9 openmock issues
Sort by recently updated
recently updated
newest added

Hi! I launched openmock by running docker-compose and by setting `OPENMOCK_GRPC_ENABLED` and `OPENMOCK_GRPC_PORT` Then I made a GRPC request to demo_probuf.ExampleService.ExampleMethod Request timed out and I see following in logs:...

[psp-stub-crash-concurrent_map_write.log](https://github.com/checkr/openmock/files/5536212/psp-stub-crash-concurrent_map_write.log) under moderate load on 1-3 endpoints on a rate of 100 - 150 requests/second

We're using go's "net/http" client to send http requests to the stub. When sending multiple POST requests to the openmock http server the client fails with an EOF error. After...

I think a few functions may need to bubble up the errors so that we can prevent invalid input early on. Incidents like an invalid yaml input could potentially crash...

We should have better logging to help with the better debugging experience.

Hi there, When I try to mock kafka publising to a topic based on a an HTTP GET request, I get the following error: `INFO[0012] try to publish to kafka...

HTTP routes containing wildcards can be ambiguous with routes that are longer. For example: ```yaml - key: hello-wildcard kind: Behavior expect: http: method: GET path: /hello/*/bar actions: - reply_http: status_code:...