페이지

2024년 8월 27일 화요일

Kafka Cluster Size Discussions 3 brokers

 


1. In the case of 3 brokers:

    - N-1 brokers can be down, if N is your default topic replication factor.

    - Ex: If N = 3, then two brokers can be down

    - Producer and consumer requests are spread out between your different machines

    - Data is spread out between brokers, which means less disk space is used per broker.

    - You can have a cluster



댓글 없음: