Microservice Versioning

前端 未结 4 681
忘掉有多难
忘掉有多难 2021-02-04 01:42

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

4条回答
  •  隐瞒了意图╮
    2021-02-04 02:06

    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

提交回复
热议问题