Developing APIs often leads you to have different versions of APIs, especially when delivering to several consumers. For example, some may need a specific version, some use a particular version, and some might want to stay on the bleeding edge. As a result, API developers need to maintain different versions of the same API. In this chapter, I will explain to you how to:
Version gRPC Services
Recall from Chapter
4 the
package directive ...