zeta icon indicating copy to clipboard operation
zeta copied to clipboard

Contracts & validation for microservice architectures

Results 5 zeta issues
Sort by recently updated
recently updated
newest added

If a service does not yet have contracts but infrastructure is present the tests fail in a way that I have to debug to identify the source of the problem....

All that is present is one object in one consume.mson: ``` Validating your infrastructure with 0 publishers and 1 consumers... ERROR Objects consumed by Api: . All contracts valid 🙌...

Should say "as required in your consume specification". ``` Violations: { "users -> brewster": [ { "error": "ERR_MISSING_REQUIRED", "message": "The published object has an optional property that you marked as...

Hi guys! It's really nice idea to fix the contracts between publisher and consumers! And I want to tell you about two other approaches from my practice. Not for holywar,...