In this two-part series, I will guide you through this process (based on my learnings in the process of contributing to Apache Kafka). Part 2 (upcomin

Getting started with contributing to Apache Kafka (Part 1): Build and run Kafka from source code

submited by
Style Pass
2021-05-28 08:00:02

In this two-part series, I will guide you through this process (based on my learnings in the process of contributing to Apache Kafka).

Part 2 (upcoming blog post) — Identify starter (i.e. beginner) bugs in Kafka, fix locally & test. Also, we will look at Kafka code review & code submission process.

If you have each of the above commands running in a different terminal then you should now be able to type messages into the producer terminal and see them appear in the consumer terminal.

In part 2, we will learn to identify starter (i.e. beginner) bugs in Kafka, fix locally & test. Also, we will look at Kafka code review & change submission process.

Leave a Comment