Kafka Broker
In Apache Kafka, a broker is a single node in a Kafka cluster. It is a server that is responsible for handling read and writes requests from producers and consumers, and for storing and replicating data across partitions.
A broker in Kafka can be th...
sivayuvi79.hashnode.dev2 min read