Update rabbitmq-v-kafka.md
This commit is contained in:
parent
45adaa508b
commit
52bb88ca43
@ -60,7 +60,7 @@ Perbandingan ini fokus pada analisis objektif antara RabbitMQ dan Apache Kafka u
|
||||
| Aspek | RabbitMQ | Kafka |
|
||||
|-------|----------|-------|
|
||||
| **Message Model** | Queue-based (FIFO) | Log-based (append-only) |
|
||||
| **Delivery Guarantee** | At-least-once, Exactly-once* | At-least-once, Exactly-once |
|
||||
| **Delivery Guarantee** | At-most-once, At-least-once, Exactly-once* | At-least-once, Exactly-once |
|
||||
| **Message Ordering** | Per queue | Per partition |
|
||||
| **Message Retention** | Until consumed (deleted) | Time/Size-based (configurable) |
|
||||
| **Consumer Model** | Push (broker distributes) | Pull (consumer fetches) |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user