페이지

2024년 8월 27일 화요일

Kafka Cluster Size Discussions 1 broker

 


1. In the case of only 1 broker:

    - If the broker is restarted, the Kafka cluster is down

    - The maximum replication factor for topics is 1.

    - All producer and consumer requests go to the same unique broker

    - You can only scale vertically (by increasing the instance size and restarting)


2. It's extremely high risk, and only useful for development purposes


댓글 없음: