Hi is is possible to horizontally scale wiremock s...
# general
a
Hi is is possible to horizontally scale wiremock service using docker-compose. i am facing a challenge where we are executing http://<DNS>/__admin/requests api, as it is fetching data from local memory.
r
Currently WireMock stores all its data in memory, so it is not horizontally scalable. You could use WireMock Cloud if you need more resilience.
a
is this paid?
r
There is a free individual plan. Full details here: https://www.wiremock.io/pricing May I ask what your use case is? Might be worth some of our business people having a chat with you to see what we can help with.
t
Hi @Ankur Agarwal is your requirement primarily about throughput or high availability?