SOA Patterns > Service Governance Patterns > Compatible Change
Compatible Change (Orchard, Riley)
How can a service contract be modified without impacting consumers?
Problem
Changing an already-published service contract can impact and invalidate existing consumer programs.
Solution
Some changes to the service contract can be backwardscompatible, thereby avoiding negative consumer impacts.
Application
Service contract changes can be accommodated via extension or by the loosening of existing constraints or by applying Concurrent Contracts.
Impacts
Compatible changes still introduce versioning governance effort, and the technique of loosening constraints can lead to vague contract designs.
Principles
Architecture
Service
Related Patterns in This Catalog
Canonical Versioning, Concurrent Contracts, Termination Notification, Validation Abstraction, Version Identification