Hi Team, Need help in setting up dynamic delays u...
# help
a
Hi Team, Need help in setting up dynamic delays using wiremock standalone jar. The value for delays are passed in query parameter of a post call. For example - http://localhost:8080/responsum?response=hl7_ack&delay_in_secs=3 then the api should have the delay of "3" seconds
o
At the moment the delay is not parameterizable via request. One would have to use mul;tiple endpoints with different delay settings https://wiremock.org/docs/simulating-faults/
👍 1
r
hi Oleg, any change here? I'm interested in running the jar with a fixed delay.