Apache Kafka's ________ feature ensures that messages are stored durably and replicated for fault tolerance.

  • Compression
  • Log Compaction
  • Partitioning
  • Replication
Log Compaction is a key feature of Apache Kafka that ensures durability and fault tolerance by compacting log segments and retaining only the latest message for each key, thereby reducing storage requirements and ensuring reliable message delivery, crucial for maintaining data integrity and fault tolerance in distributed systems.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *