|
|
|
|
|
by emrah
1430 days ago
|
|
The benefit of microservices is also its downfall. You need to maintain each one as a separate entity. This is true whether you have "microservices" or "libraries packaged and released individually". I think when you need to introduce a breaking change, if versioning is not sufficient, you could create a separate library and upgrade each service slowly to it while still maintaining both libraries until all services have moved to the new one. This is more semantics than anything else but might be useful. I'm afraid there is no silverbullet. I'd love to hear more suggestions too. |
|