Category: GRPC

  • How to Share GRPC Proto Buffers Files Across Microservices

    In this article, I will briefly introduce the ways of sharing GRPC Proto Buffers files across different microservices. Background: The Problem of Proto Buffers File Sharing Between the Clients and Servers Nowadays, more and more projects are using MicroService Structure. But after we broke our project data processing pipeline into microservice, it’s very important for…