Hello, me again, with another question. While CD i...
# general
t
Hello, me again, with another question. While CD is definitely a goal of our project and consumer driven contract testing is definitely a big step in that direction, we are not there yet. We might be rather fast to set this up on test environments, but production might never reach CD at all, as our customer likes fixed release dates. Can we use
can-i-deploy
for production deployment nevertheless? If two providers both implemented a change we might not be able to deploy either of them, as they are incompatible with the currently deployed version. I know that good integration of Pact into CI will enforce that there are compatible versions, but then we would need to deploy multiple versions of the same service in sequence. Is there an alternative approach to this, which can be used to check if a target set of versions is compatible as a whole or something?
I thought maybe using releases instead of deployments might be useful for this. Bonus question in this area: does
record-support-ended
report any still deployed consumers that use the provider that was just marked as unsupported?
Should be exactly what i need
🙌🏻 1