- Building Microservices with Go
- Nic Jackson
- 58字
- 2021-07-15 17:28:15
Versioning formats for RPC APIs
Versioning RPC can be a little more difficult as most likely you are not using HTTP as your transport. However, this is still possible. The best way to deal with this is the namespace of your handlers.
In the go base packages, you have the capability to give your handler a name, Greet.v1.HelloWorld.
推薦閱讀
- 程序員面試筆試寶典(第3版)
- INSTANT OpenCV Starter
- Apache Hive Essentials
- Mastering Python High Performance
- Multithreading in C# 5.0 Cookbook
- Scala Data Analysis Cookbook
- SciPy Recipes
- SignalR:Real-time Application Development(Second Edition)
- PyQt編程快速上手
- Python編程基礎教程
- Spring Boot從入門到實戰
- Getting Started with the Lazarus IDE
- Java核心技術速學版(第3版)
- Mastering PostgreSQL 11(Second Edition)
- PHP典型模塊與項目實戰大全