Confluent
CCAAK · Question #6
Which option is a valid Kafka Topic cleanup policy? (Choose two.)
The correct answer is A. delete C. compact. The delete policy deletes old log segments when they exceed the retention period or size. The compact policy retains only the latest record for each key, enabling efficient key-based
Managing Topics, Partitions, and Replicas
Question
Which option is a valid Kafka Topic cleanup policy? (Choose two.)
Options
- Adelete
- Bdefault
- Ccompact
- Dcleanup
How the community answered
(65 responses)- A72% (47)
- B18% (12)
- D9% (6)
Explanation
The delete policy deletes old log segments when they exceed the retention period or size. The compact policy retains only the latest record for each key, enabling efficient key-based
Topics
#cleanup policy#topic compaction#topic deletion
Community Discussion
No community discussion yet for this question.