Message Storage
All Kafka messages are added to the log (saved to a drive) and stored until the moment of clearing the log history, which a user sets in advance. Due to this feature, Kafka can be used as a reliable source of data (unlike RabbitMQ, which deletes messages right after delivery).
