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

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -