1 Answers
Hi Amar,
I would say you have two options in that case… Big Bang where everything changes at once, or a common second method is to build in layers of abstraction which enables components to more or less backward compatible. For example, if I use a canonical data model, I can create a new version of the canonical, but just ensure that whatever app I’m working with specifies the version it will be sending in. Then, my middleware can accommodate the mapping of differences in the meantime during the time my change is deployed.
–Scott