Tag: Protobuf

Using Protobuf with TypeScript ⎢Escape Blog

At Escape, our technical stack is written in several languages because some are better suited than others, depending on what we are trying to achieve. All our projects are then deployed as Kubernetes pods, interconnected by a Kafka broker. We used to communicate events in serialized JSON, but we recently moved to Protobuf to enforce consistency. This article will describe the pros and cons of such a migration, as well as guide you...
Continue Reading Using Protobuf with TypeScript ⎢Escape Blog