- Producers write data to topics(which is made of partitions)
- Producers automatically know to which broker and partition to write to
- In case of Broker failures, Producers will automatically recover
- Producers can choose to receive achnowledgment of data writes:
- acks=0: Producer won't wait for acknowledgment(possible data loss)
- acks=1: Producer will wait for leader acknowledgment(limited data loss)
- acks=all: Leader + replicas acknowledgment (no data loss)
댓글 없음:
댓글 쓰기