Versioning Microservice APIs
Let’s start with a simple question. Do you need to version microservice APIs? I think the near-unanimous answer here is ‘yes’. You need to version microservice APIs, because each service is independent, you can’t update all the services that call a certain API all at once. You need a mechanism to introduce some new functionality, … Read more