apache kafka - Consuming from a replica -


kafka replicates each partition of topic up-to specified replication factor.

as far know, write , read requests routed leader of partition. there way consume followers not leader?

is replication in kafka fail-over?

you can consume leader -- design. replication fault-tolerance only.

if leader fails, followers elect new leader.

have @ blog post more details: http://www.confluent.io/blog/hands-free-kafka-replication-a-lesson-in-operational-simplicity/


Comments

Popular posts from this blog

ios - Is 'init' forbidden as *part* of a variable name? -

file - Python: AttributeError: 'str' object has no attribute 'readlines' -

c# - Get the Class name in a class with atribute inside a attribute method -