Protocol Buffers in Python (with Kafka)

Anthony Morast
Level Up Coding
Published in
5 min readJan 16, 2023

--

Photo by Bundo Kim on Unsplash

Protocol Buffers (or protobufs for short), developed by Google, are a mechanism for defining messages in the proto format which allow for simple message definition and passing between processes and languages. From the homepage,

Protocol Buffers are a language-neutral, platform-neutral extensible mechanism for serializing structured data.

--

--

I am a professional software engineer and an amateur mathematician. My main interests are programming, machine learning, fluid dynamics, and a few others.