What is the best practice to adapt for versioning in a Microservice Based Architecture, in terms of supporting multiple versioned deployment of the same service during runtime a
you can mix and match of different stretagies
For Major changes you can use Routing based versioning
For other you can use Adapter Based Versioning