Apache Kafka
๐ What is the Replication Factor?
It defines how many brokers will have a copy of a partition.
Each partition can have one leader and multiple followers (replicas).
The leader handles all reads and writes, and the followers replicate the data for...
bikash8848.hashnode.dev1 min read