Hello, what do you mean exactly under this use case? Artificially limiting the throughput of the service for stress testing purposes?
d
Dat Do Van
04/24/2023, 1:53 AM
Hello @Oleg Nenashev
In our system our modules are calling a 3rd party service of SMS and this 3rd party service only accepts 50 messages/second. So, we're trying to use Wiremock to simulate it for testing purpose
o
Oleg Nenashev
04/24/2023, 5:25 AM
It is a good use case, but it doesn't seem to be supported at the moment. If you use a standalone Docker container, it could be achieved via a proxy included in the same container. At the same time it would be a nice feature, so could you please file a feature request?