标签: asp.net-core servicestack versioning microservices
我正在使用带有.net核心的服务堆栈,服务堆栈文档here表示要实现IHasVersion但我们如何为两个不同版本路由请求。这是否意味着我们需要为同一服务提供两个不同的实例?
答案 0 :(得分:1)
ServiceStacks建议为evolve Services gracefully and not try to maintain multiple implementations,这会导致静态类型语言出现过度摩擦。