Hi :slightly_smiling_face: The module `pact-jvm-se...
# pact-jvm
i
Hi 🙂 The module
pact-jvm-server
has an endpoint on
/create
that starts a server on a random port. Is there a way to make this port be predictable and not random?
u
No, it is designed to create multiple servers. But if you give the same lower and upper bound, it may do what you want. But if you then call it a second time, it will fail.
🙏 1