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

kgo: add Client.RequestCachedMetadata #896

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

kgo: add Client.RequestCachedMetadata #896

wants to merge 2 commits into from

Conversation

twmb
Copy link
Owner

@twmb twmb commented Jan 22, 2025

This can be used to reduce the number of metadata requests issued. As
followup, kadm should almost globally use this function.

Closes #800.

twmb added 2 commits January 21, 2025 14:46
Issue #800 was created as a follow up idea to strengthen caching of
metadata requests in the client. This pushes the mapped metadata caching
logic deeper into the guts of issuing metadata requests, so that no
caching is ever missed. The next commit will introduce a new API to
request potentially cached metadata.

For #800.
This can be used to reduce the number of metadata requests issued. As
followup, kadm should almost globally use this function.

Closes #800.
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.

Cache metadata more
1 participant