Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Q24 Broker section - Question need reframing #13

Open
Yo9esh opened this issue Dec 20, 2024 · 1 comment
Open

Q24 Broker section - Question need reframing #13

Yo9esh opened this issue Dec 20, 2024 · 1 comment

Comments

@Yo9esh
Copy link

Yo9esh commented Dec 20, 2024

First of all thanks for this repo and content. The best prep material for CCDAK exam.

Q24 from Broker section link is misleading and needs to be reframed.
Kafka documentation mentions that precedence order is of log.retention. is determined by units in the property name itself rather than the actual values for these properties.

Kafka documentation states that log.retention.minutes is secondary to log.retention.ms and log.retention.hours is tertiary to log.retention.ms.

Precedence Order regardless of values is
log.retention.ms > log.retention.minutes > log.retention.hours

Option A & B can be tweaked to be more implicit and remove ambiguity. And accordingly explanation can be tweaked as well.
A. The larger unit value will take precedence
B. The smaller unit value will take precedence

@danielsobrado
Copy link
Owner

Thanks a lot for your comments. Feel free to raise a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants