Hi, I have one question about <Pact Stub Server (R...
# pact-rust
t
Hi, I have one question about Pact Stub Server (Rust): I believe old Pact Stub Server (inside Ruby Standalone) has
healthCheck
feature . See https://github.com/pact-foundation/pact-php/pull/294 + https://github.com/pact-foundation/pact-php/blob/master/src/PhpPact/Standalone/StubService/Service/StubServerHttpService.php#L46 I wonder if Rust version want to add this feature? If this feature will never be in the Rust version, can I remove the code from
pact-php
(the code that use Pact Stub Server Rust version) ?
u
It was never meant to be a long running process
We can add a healthcheck, but I don't really see the value
t
I created a PR to remove the
healthCheck
code from Pact PHP