|
|
|
|
|
by jmchuster
1260 days ago
|
|
if service B needs some new data from the view that isn't being provided, then you first run the migration on service A to update that view and add a column. Then you are able to update service B to utilize that column. If you don't need the new column, then you don't need to do anything on service B, because you know that existing columns on the view won't get removed and their type won't change. You only need to make changes on service B when you want to take advantage of those additions to the view. |
|
But hey, every team and company has to find their strategy to do things. If this works for you, that's great!
It's just not a microservice by definition.