0 votes
in Kafka Premiera Ola by
What is fault tolerance?

1 Answer

0 votes
by
In Kafka, data is stored across multiple nodes in the cluster. There is a high probability of one of the nodes failing. Fault tolerance means that the system is protected and available even when nodes in the cluster fail.
...