Q. Kafka’s log compaction ensures:

  • (A) Faster offset lookup
  • (B) Only latest value per key is kept
  • (C) Oldest messages are prioritized
  • (D) Higher throughput
πŸ’¬ Discuss
βœ… Correct Answer: (B) Only latest value per key is kept
Explanation: Log compaction removes older messages with the same key, keeping only the latest.
Explanation by: Mr. Dubey
Log compaction removes older messages with the same key, keeping only the latest.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
81
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
86%
Success Rate