Has anyone tried running wiremock standalone as a ...
# general
n
Has anyone tried running wiremock standalone as a cluster for higher availability?
r
The request log is in memory, as are any stubs created via the api, so it would only work if you didn’t care about verification and only wanted to serve stubs loaded from file at startup.
n
you already caught my follow up question, ive seen some community additions to export the request log to a database and I am wondering what folks here have seen/done
the use case is that we centralize vendor stubs across teams in a central standalone deployment
have others tried this? we were thinking something less permanent like redis as a backing store as well