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

changefeedccl: memory opt in sarama metadata fetching #114740

Merged
merged 1 commit into from
Dec 13, 2023

Commits on Dec 13, 2023

  1. changefeedccl: memory opt in sarama metadata fetching

    Prior to this commit, sarama clients fetch metadata for all topics periodically.
    This takes a substantial amount of memory when users create too many topics.
    This patch changes the configuration for sarama clients so that we only fetch
    metadata for a minimal set of topics that have been necessary.
    
    Fixes: cockroachdb#113576
    Release Note: none
    wenyihu6 committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    4820ffd View commit details
    Browse the repository at this point in the history