I have a 3 node kafka cluster. One of the replica's data got deleted. Is there a way we can recover the data by refering to the other 2 kafka nodes.
I have a 3 node kafka cluster. One of the replica's data got deleted. Is there a way we can recover the data by refering to the other 2 kafka nodes.
Kafka will automatically recover a replica if the topic is configured to have that a higher replication factor than that which is available.