Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Confluent Exam CCDAK Topic 2 Question 61 Discussion

Actual exam question for Confluent's CCDAK exam
Question #: 61
Topic #: 2
[All CCDAK Questions]

How often is log compaction evaluated?

Show Suggested Answer Hide Answer
Suggested Answer: A

Since Confluent 5.4.0, Avro 1.9.1 is used. Since default value was added to enum complex type , the schema resolution changed from:

(<1.9.1) if both are enums:** if the writer's symbol is not present in the reader's enum, then an error is signalled. **(>=1.9.1) if both are enums:

if the writer's symbol is not present in the reader's enum and the reader has a default value, then that value is used, otherwise an error is signalled.


Contribute your Thoughts:

Elliot
2 days ago
I'm not sure if Option D is correct. Flushing a message to disk doesn't necessarily mean it's time for log compaction.
upvoted 0 times
...
Malcolm
8 days ago
Hmm, I see. That makes sense too, since Kafka needs to keep track of messages being sent.
upvoted 0 times
...
Kristofer
9 days ago
Option B seems the most logical choice. Segment closes should trigger log compaction evaluation.
upvoted 0 times
...
Kati
11 days ago
I believe it's actually evaluated every time a message is sent to Kafka.
upvoted 0 times
...
Malcolm
15 days ago
I think log compaction is evaluated every time a segment is closed.
upvoted 0 times
...

Save Cancel