This repository is part of MMP project. Only Centralized protobuf repository to stored contract between among services
We are using Buf schema registry to store protobuf and publish client library in many programming languages.
To download client library, you can follow below instruction
- Checkout buf schema registry for mmp-contract repository here
- Select your desired programming language.
- Follow instruction show in Buf schema registry.
Note: We do maintain backward compatability in our system. You can trust that newer version won't break your service.
You can open a pull request to add new contract for new service or editing existing contract. This should be add under /proto with proper versioning.