Confluent Certified Developer for Apache Kafka Certification Examination CCDAK Question # 1 Topic 1 Discussion

Confluent Certified Developer for Apache Kafka Certification Examination CCDAK Question # 1 Topic 1 Discussion

CCDAK Exam Topic 1 Question 1 Discussion:
Question #: 1
Topic #: 1

Which is true about topic compaction?


A.

When a client produces a new event with an existing key, the old value is overwritten with the new value in the compacted log segment.


B.

When a client produces a new event with an existing key, the broker immediately deletes the offset of the existing event.


C.

Topic compaction does not remove old events; instead, when clients consume events from a compacted topic, they store events in a hashmap that maintains the latest value.


D.

Compaction will keep exactly one message per key after compaction of inactive log segments.


Get Premium CCDAK Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.