2 Kafka brokers
This chapter covers
- Explaining how the Kafka broker is the storage layer in the Kafka event streaming platform
- Describing how Kafka brokers handle requests from clients for writing and reading records
- Understanding topics and partitions
- Using JMX metrics to check for a healthy broker
In chapter 1, I provided an overall view of the Kafka event streaming platform and the different components that make up the platform. This chapter will focus on the system’s heart, the Kafka broker. The Kafka broker is the server in the Kafka architecture and serves as the storage layer.
In describing the broker behavior in this chapter, we’ll get into some lower-level details. It’s essential to cover them to give you an understanding of ...
Get Kafka Streams in Action, Second Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.