Learn about TCP servers, the Kafka wire protocol and more.
Apache Kafka is a distributed event streaming platform often used for high-performance data pipelines. In this challenge, you'll build your own Kafka broker that's capable of serving basic requests.
Along the way you'll learn about TCP servers, the Kafka wire protocol and more.