Login
Remember
Register
Ask a Question
What is fault tolerance?
0
votes
asked
Dec 30, 2022
in
Kafka Premiera Ola
by
Robin
What is fault tolerance?
kafka-fault-tolerance
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Dec 30, 2022
by
Robin
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.
...