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

Kafka backend prototype: set metadata min age == max age #6894

Merged
merged 1 commit into from
Dec 12, 2023

Conversation

pracucci
Copy link
Collaborator

What this PR does

I've spent some time testing how the write path behaves when the Kafka-compatible backend has partial or full outages, in particular focusing on the cluster metadata update period. In this PR I'm updating the comment about it with what I learned. TL;DR is that it's good to have a low max age, but we can safely increase the min age to the same value to also get the const load property (default min age is 5s, so I'm proposing to increase it from 5s to 10s).

Which issue(s) this PR fixes or relates to

N/A

Checklist

  • Tests updated.
  • Documentation added.
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX].
  • about-versioning.md updated with experimental features.

Signed-off-by: Marco Pracucci <marco@pracucci.com>
@pracucci pracucci marked this pull request as ready for review December 12, 2023 09:19
@pracucci pracucci requested a review from a team as a code owner December 12, 2023 09:19
@pracucci pracucci merged commit d260fd3 into main Dec 12, 2023
28 checks passed
@pracucci pracucci deleted the set-metadata-min-age branch December 12, 2023 14:53
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

Successfully merging this pull request may close these issues.

None yet

2 participants