This chapter covers:
-  Exploring the role of brokers in our context
 
-  Assessing important metrics to monitor in our cluster
 
-  Evaluating tradeoffs for certain broker configuration values
 
So far in our discussions, we have been dealing with Kafka from the view of an application developer interacting from external applications and processes. However, Kafka is a distributed system that needs attention to run in its own right. Let’s look at the parts that make the Kafka brokers work!
Some queues have the concept of a 'smart' broker and a 'dumb' client or the reverse: a 'dumb' broker and a 'smart' client. The smarter piece being the one that includes the most logic - including business rules [33]. These terms might fit other queue and/or topic systems well but I would not spend time trying to make Kafka brokers and clients fit in either category. In my opinion, I think that both parts have a lot of power even though the focus in this chapter switches to the brokers. Being a broker in Kafka means being a part of a cluster of machines.