database - Kafka does not require that crashed nodes recover with all their data intact -
can tell me why?i don't understand why kafka not require crashed nodes recover data intact? thank much
it's not required because typically kafka stores 3 copies of data spread out across multiple brokers in cluster. therefore if broker lost, can re-sync other copies of data stored on other brokers
Comments
Post a Comment